images.tessel(l)ation: spelling
parent
57bcd3a039
commit
ba416afd61
|
@ -1,6 +1,6 @@
|
||||||
USING: images accessors kernel tools.test literals math.ranges
|
USING: images accessors kernel tools.test literals math.ranges
|
||||||
byte-arrays ;
|
byte-arrays ;
|
||||||
IN: images.tesselation
|
IN: images.tessellation
|
||||||
|
|
||||||
! Check an invariant we depend on
|
! Check an invariant we depend on
|
||||||
[ t ] [
|
[ t ] [
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: sequences kernel math grouping fry columns locals accessors
|
USING: sequences kernel math grouping fry columns locals accessors
|
||||||
images math.vectors arrays ;
|
images math.vectors arrays ;
|
||||||
IN: images.tesselation
|
IN: images.tessellation
|
||||||
|
|
||||||
: group-rows ( bitmap bitmap-dim -- rows )
|
: group-rows ( bitmap bitmap-dim -- rows )
|
||||||
first <sliced-groups> ; inline
|
first <sliced-groups> ; inline
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.data assocs cache colors.constants
|
USING: accessors alien.data assocs cache colors.constants
|
||||||
destructors kernel opengl opengl.gl opengl.capabilities
|
destructors kernel opengl opengl.gl opengl.capabilities
|
||||||
combinators images images.tesselation grouping sequences math
|
combinators images images.tessellation grouping sequences math
|
||||||
math.vectors generalizations fry arrays namespaces system locals
|
math.vectors generalizations fry arrays namespaces system locals
|
||||||
literals specialized-arrays ;
|
literals specialized-arrays ;
|
||||||
FROM: alien.c-types => int float ;
|
FROM: alien.c-types => int float ;
|
||||||
|
|
Loading…
Reference in New Issue