Click or drag to resize

Vector3fRotate Method

Rotates this vector around a given axis.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Rotate(
	double angleRadians,
	Vector3f rotationAxis
)

Parameters

angleRadians
Type: SystemDouble
Angle of rotation (in radians).
rotationAxis
Type: Rhino.GeometryVector3f
Axis of rotation.

Return Value

Type: Boolean
true on success, false on failure.
See Also