RhinoCommon API
Vector3fRotate Method |
Rotates this vector around a given axis.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool Rotate( double angleRadians, Vector3f rotationAxis )
Public Function Rotate ( angleRadians As Double, rotationAxis As Vector3f ) As Boolean
Parameters
- angleRadians
- Type: SystemDouble
Angle of rotation (in radians). - rotationAxis
- Type: Rhino.GeometryVector3f
Axis of rotation.
Return Value
Type: Booleantrue on success, false on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14