Returns the matrix representation values of this rotation inside the matrix m.
SITransformation.GetMatrix4( SIMatrix4 io_pMatrix ); |
SITransformation.GetMatrix4( io_pMatrix ); |
Parameter | Type | Description |
---|---|---|
io_pMatrix | SIMatrix4 | matrix operand |
dim t1, m1 ' Create Transformation. set t1 = XSIMath.CreateTransform ' Create 4x4 matrix. set m1 = XSIMath.CreateMatrix4 'do something on the transformation t1.GetMatrix4 m1 |