QuaternionGetRotation Method (Plane) |
Returns the frame created by applying the quaternion's rotation
to the canonical world frame (1,0,0),(0,1,0),(0,0,1).
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool GetRotation(
out Plane plane
)
Public Function GetRotation (
<OutAttribute> ByRef plane As Plane
) As Boolean
Parameters
- plane
- Type: Rhino.GeometryPlane
A plane. This out value will be assigned during this call.
Return Value
Type:
Booleantrue if the operation succeeded; otherwise, false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also