make-scale-matrix ( sx sy -- floats )


Vocabulary
ui.render

Inputs
sxan object
syan object


Outputs
floatsan object


Definition


:: make-scale-matrix ( sx sy -- floats )
[
sx 0.0 0.0 0.0 0.0 sy 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0
0.0 1.0
] float-array{ } output>sequence ;