Handbook
Glossary
m4- ( a: matrix4 b: matrix4 -- c: matrix4 )
Vocabulary
math
.
matrices
.
simd
Inputs
a
a
matrix4
b
a
matrix4
Outputs
c
a
matrix4
Definition
USING:
math.matrices.simd.private
math.vectors
typed
;
IN:
math.matrices.simd
TYPED:
m4-
( a: matrix4 b: matrix4 -- c: matrix4 )
[
v-
]
2map-columns
;