make-2d-ortho ( width height -- floats )


Vocabulary
ui.render

Inputs
widthan object
heightan object


Outputs
floatsan object


Definition

:: make-2d-ortho ( width height -- floats )
0.0 width height 0.0 -1.0 1.0 make-ortho-matrix ;