Initializes a new quaternion with the provided coefficients.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also