Click or drag to resize

PlaneFFromPoints Method (Vector3F, Vector3F, Vector3F)

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

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

Parameters

point0
Type: NeoAxisVector3F
The first point defining the plane.
point1
Type: NeoAxisVector3F
The second point defining the plane.
point2
Type: NeoAxisVector3F
The third point defining the plane.

Return Value

Type: PlaneF
The resulting plane.
See Also