Vector4H(HalfType, HalfType, HalfType, HalfType) Constructor |
Constructs a vector with the given individual elements.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector4H(
HalfType x,
HalfType y,
HalfType z,
HalfType w
)
Parameters
- x HalfType
- X component.
- y HalfType
- Y component.
- z HalfType
- Z component.
- w HalfType
- W component.
See Also