Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Microsoft Namespaces
Microsoft.DirectX
Quaternion Structure
Quaternion Constructor
Quaternion Constructor (Quaternion)
Quaternion Constructor (Vector2)
Quaternion Constructor (Vector3)
Quaternion Constructor (Vector3, Double)
Quaternion Constructor (Vector3, Single)
Quaternion Constructor (Double, Double, Double, Double)
Quaternion Constructor (Single, Single, Single, Single)
Quaternion Constructor (Single, Single, Single, Single)
Initializes a new instance of the Quaternion struct.
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
Quaternion
(
float
x
,
float
y
,
float
z
,
float
w
)
Parameters
x
Type:
System
Single
Initial value for the X component of the
Quaternion
.
y
Type:
System
Single
Initial value for the Y component of the
Quaternion
.
z
Type:
System
Single
Initial value for the Z component of the
Quaternion
.
w
Type:
System
Single
Initial value for the W component of the
Quaternion
.
See Also
Reference
Quaternion Structure
Quaternion Overload
Microsoft.DirectX Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com