Vector4F(Vector3F, Single) Constructor |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector4F(
Vector3F v,
float w
)
Parameters
- v Vector3F
- The vector to use as the X, Y and Z components.
- w Single
- The W component.
See Also