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