ortho-matrix4 ( dim -- matrix )


Vocabulary
math.matrices

Definition
USING: math sequences ;

IN: math.matrices

: ortho-matrix4 ( dim -- matrix ) [ recip ] map scale-matrix4 ;