Click or drag to resize

Vector4ToVector4F Method

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Vector4F ToVector4F()

Return Value

Type: Vector4F
The equivalent Vector4F structure.
See Also