PlaneFFromPoints(Vector3F, Vector3F, Vector3F) Method |
Creates an instance of
PlaneF that contains the three given points.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
PlaneFThe resulting plane.
See Also