RhinoCommon API
SphereRotate Method (Double, Double, Vector3d) |
Rotates this sphere about the center point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool Rotate( double sinAngle, double cosAngle, Vector3d axisOfRotation )
Public Function Rotate ( sinAngle As Double, cosAngle As Double, axisOfRotation As Vector3d ) As Boolean
Parameters
- sinAngle
- Type: SystemDouble
sin(angle) - cosAngle
- Type: SystemDouble
cos(angle) - axisOfRotation
- Type: Rhino.GeometryVector3d
The direction of the 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