Click or drag to resize

PlaneFToVector4F Method

Converts the current instance of PlaneF into an instance of Vector4F.

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

Return Value

Vector4F
The result of the conversion.
See Also