matrix4 - Factor Documentation

matrix4


Vocabulary
math .matrices .simd

Definition
USING: classes.struct math.vectors.simd ;

IN: math.matrices.simd

STRUCT: matrix4 { columns float-4[4] } ;


Methods
USING: classes.struct classes.struct.private kernel
math.matrices.simd ;

M: matrix4 clone clone-underlying \ matrix4 memory>struct ;
inline


USING: kernel math.matrices.simd sequences ;

M: matrix4 length drop 4 ; inline


USING: classes.struct kernel math.matrices.simd sequences ;

M: matrix4 new-sequence 2drop matrix4 (struct) ; inline


USING: accessors math.matrices.simd sequences.private ;

M: matrix4 nth-unsafe columns>> nth-unsafe ; inline


USING: accessors classes.struct combinators.smart
math.matrices.simd ;

M: matrix4 struct-slot-values { [ columns>> ] } cleave>array
; inline

AltStyle によって変換されたページ (->オリジナル) /