Quaternion Constructor (Single, Single, Single, Single) |
Constructs a quaternion with X, Y, Z and W from four values.
Namespace:
SampSharp.GameMode
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic Quaternion(
float x,
float y,
float z,
float w
)
Parameters
- x
- Type: SystemSingle
The x coordinate in 3d-space. - y
- Type: SystemSingle
The y coordinate in 3d-space. - z
- Type: SystemSingle
The z coordinate in 3d-space. - w
- Type: SystemSingle
The rotation component.
See Also