transform>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: transform>> ( object -- value )


Methods

M: Model transform>>
T{ struct-slot-spec
{ name "transform" }
{ offset 0 }
{ class Matrix }
{ initial
S{ Matrix
{ m0 0.0 }
{ m4 0.0 }
{ m8 0.0 }
{ m12 0.0 }
{ m1 0.0 }
{ m5 0.0 }
{ m9 0.0 }
{ m13 0.0 }
{ m2 0.0 }
{ m6 0.0 }
{ m10 0.0 }
{ m14 0.0 }
{ m3 0.0 }
{ m7 0.0 }
{ m11 0.0 }
{ m15 0.0 }
}
}
{ type Matrix }
} read-struct-slot ; inline