Click or drag to resize

Vector4FToVector4H Method

Converts the current instance of Vector4F into the equivalent Vector4H structure.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector4H ToVector4H()

Return Value

Vector4H
The equivalent Vector4H structure.
See Also