Click or drag to resize

QuaternionSetRotation Method (Double, Vector3d)

Sets the quaternion to cos(angle/2), sin(angle/2)*x, sin(angle/2)*y, sin(angle/2)*z where (x,y,z) is the unit vector parallel to axis. This is the unit quaternion that represents the rotation of angle about axis.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetRotation(
	double angle,
	Vector3d axisOfRotation
)

Parameters

angle
Type: SystemDouble
in radians.
axisOfRotation
Type: Rhino.GeometryVector3d
The direction of the axis of rotation.
See Also