M_Rhino_Geometry_Quaternion__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new quaternion with the provided coefficients.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Quaternion(
double a,
double b,
double c,
double d
)
VB
Public Sub New (
a As Double,
b As Double,
c As Double,
d As Double
)
- a
- Type: System.Double
A number. This is the real part. - b
- Type: System.Double
Another number. This is the first coefficient of the imaginary part. - c
- Type: System.Double
Another number. This is the second coefficient of the imaginary part. - d
- Type: System.Double
Another number. This is the third coefficient of the imaginary part.
Supported in: 6.0.16224.21491, 5D58w