Click or drag to resize

Vector4ToPlane Method

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

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

Return Value

Type: Plane
The equivalent Plane structure.
See Also