Vector3H(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 Vector3H(
HalfType x,
HalfType y,
HalfType z
)
Parameters
- x HalfType
- X component.
- y HalfType
- Y component.
- z HalfType
- Z component.
See Also