Vector4F Constructor (Vector3F, Single) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Vector4F(
Vector3F v,
float w
)
Parameters
- v
- Type: NeoAxisVector3F
The vector to use as the X, Y and Z components. - w
- Type: SystemSingle
The W component.
See Also