Handbook
Glossary
make-translation-matrix ( x y -- floats )
Vocabulary
ui
.
render
Inputs
x
an
object
y
an
object
Outputs
floats
an
object
Definition
USING:
combinators.smart
specialized-arrays.instances.alien.c-types.float
;
IN:
ui.render
::
make-translation-matrix
( x y -- floats )
[
1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 x y 0.0
1.0
]
float-array{
}
output>sequence
;