Click or drag to resize

SphereRotate Method (Double, Double, Vector3d)

Rotates this sphere about the center point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Rotate(
	double sinAngle,
	double cosAngle,
	Vector3d axisOfRotation
)

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: Boolean
true on success; false on failure.
See Also