Quaternion(Vector2) Constructor |
Initializes a new instance of the
Quaternion struct.
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic Quaternion(
Vector2 v
)
Parameters
- v Vector2
- Initial value for the X and Y components of the Quaternion, Z and W components are zero.
See Also