RhinoCommon API
Quaternion Constructor |
Initializes a new quaternion with the provided coefficients.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Quaternion( double a, double b, double c, double d )
Public Sub New ( a As Double, b As Double, c As Double, d As Double )
Parameters
- a
- Type: SystemDouble
A number. This is the real part. - b
- Type: SystemDouble
Another number. This is the first coefficient of the imaginary part. - c
- Type: SystemDouble
Another number. This is the second coefficient of the imaginary part. - d
- Type: SystemDouble
Another number. This is the third coefficient of the imaginary part.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14