Click or drag to resize

PlaneFFromPoints(Vector3F, Vector3F, Vector3F, PlaneF) 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 void FromPoints(
	ref Vector3F point0,
	ref Vector3F point1,
	ref Vector3F point2,
	out PlaneF result
)

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.
result  PlaneF
When the method completes, contains the resulting plane.
See Also