Quaternion Constructor (Double, Double, Double, Double) |
Initializes a set of
Quaternion coordinates from the provided values.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Quaternion(
double w,
double x,
double y,
double z
)
Public Sub New (
w As Double,
x As Double,
y As Double,
z As Double
)
public:
Quaternion(
double w,
double x,
double y,
double z
)
new :
w : float *
x : float *
y : float *
z : float -> Quaternion
Parameters
- w
- Type: SystemDouble
The W coordinate. - x
- Type: SystemDouble
The X coordinate. - y
- Type: SystemDouble
The Y coordinate. - z
- Type: SystemDouble
The Z coordinate.
See Also