Handbook
Glossary
identity-matrix ( -- floats )
Vocabulary
ui
.
render
Inputs
None
Outputs
floats
an
object
Definition
USING:
specialized-arrays.instances.alien.c-types.float
;
IN:
ui.render
:
identity-matrix
( -- floats )
float-array{
1.0
0.0
0.0
0.0
0.0
1.0
0.0
0.0
0.0
0.0
1.0
0.0
0.0
0.0
0.0
1.0
}
;