PlaneFromPoints Method (Vector3, Vector3, Vector3, Plane) |
Creates an instance of
Plane 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 public static void FromPoints(
ref Vector3 point0,
ref Vector3 point1,
ref Vector3 point2,
out Plane result
)
Parameters
- point0
- Type: NeoAxisVector3
The first point defining the plane. - point1
- Type: NeoAxisVector3
The second point defining the plane. - point2
- Type: NeoAxisVector3
The third point defining the plane. - result
- Type: NeoAxisPlane
When the method completes, contains the resulting plane.
See Also