Click or drag to resize

Vector4IToVec4 Method

Converts the current instance of Vector4I into the equivalent Vector4 structure.

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

Return Value

Vector4
The equivalent Vector4 structure.
See Also