Click or drag to resize

PlaneToVector4 Method

Converts the current instance of Plane into an instance of Vector4.

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

Return Value

Vector4
The result of the conversion.
See Also