ILNumerics Ultimate VS

Quaternion Constructor (Single, Single, Single, Single)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Construct a new Quaternion

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Quaternion(
	float x,
	float y,
	float z,
	float w
)

Parameters

x
Type: SystemSingle
The x component
y
Type: SystemSingle
The y component
z
Type: SystemSingle
The z component
w
Type: SystemSingle
The w component
Remarks

[ILNumerics Visualization Engine]

See Also

Reference