Quaternion Constructor

Quaternion Constructor

Initializes a new quaternion with the provided coefficients.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also