make-matrix4 ( ..a quot: ( ..a -- ..b c1 c2 c3 c4 ) -- ..b c )


Vocabulary
math.matrices.simd.private

Inputs
quota quotation with stack effect ( ..a -- ..b c1 c2 c3 c4 )


Outputs
can object


Definition