Remarks
RFCoordinate represents a coordinate system defined by rotation values around X, Y and Z axis of the global coordinate system and translation values along X, Y and Z axis of the global coordinate system. Rotation is in radian unit.
Members
The RFCoordinate has these members:
| Name | Type | Description |
|---|---|---|
| rotation | RFVector3 | X,Y and Z rotation angles of coordinate system around the global coordinate system axis. |
| translation | RFVector3 | Origin of coordinate system with respect to the global coordinate system. |