Eyeshot 9.0 WinForms API Reference
Quaternion Constructor(Vector3D,Double)

WinForms Assembly > devDept.Geometry Namespace > Quaternion Class > Quaternion Constructor : Quaternion Constructor(Vector3D,Double)
The rotation axis (normalized)
The rotation angle in degrees
Axis and angle constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal rotAxis As Vector3D, _
   ByVal rotAngleInDegrees As Double _
)
public Quaternion( 
   Vector3D rotAxis,
   double rotAngleInDegrees
)

Parameters

rotAxis
The rotation axis (normalized)
rotAngleInDegrees
The rotation angle in degrees
See Also

Reference

Quaternion Class
Quaternion Members
Overload List