Quaternion(Vector3, Double) Constructor |
Initializes a new instance of the
Quaternion class
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Quaternion(
Vector3 v,
double w
)
Parameters
- v Vector3
-
- w Double
-
See Also