Click or drag to resize

PlaneFFromPoints Method (Vector3F, Vector3F, Vector3F, PlaneF)

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void FromPoints(
	ref Vector3F point0,
	ref Vector3F point1,
	ref Vector3F point2,
	out PlaneF result
)

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