Returns the rotation part of this transformation.
SITransformation.GetRotation( SIRotation io_pRotation ); |
SITransformation.GetRotation( io_pRotation ); |
Parameter | Type | Description |
---|---|---|
io_pRotation | SIRotation | rotation filled from this transformation |
dim t1, r1 ' Create transformation. set t1 = XSIMath.CreateTransform ' Create Rotation. set r1 = XSIMath.CreateRotation 'Do something with t1 t1.GetRotation r1 |