Click or drag to resize

PlaneFFromPoints(Vector3F, Vector3F, Vector3F) Method

Creates an instance of PlaneF that contains the three given points.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static PlaneF FromPoints(
	Vector3F point0,
	Vector3F point1,
	Vector3F point2
)

Parameters

point0  Vector3F
The first point defining the plane.
point1  Vector3F
The second point defining the plane.
point2  Vector3F
The third point defining the plane.

Return Value

PlaneF
The resulting plane.
See Also