PlaneFromPointAndNormal(Vector3, Vector3) Method |
Creates an instance of
Plane with the normal and the point.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Plane FromPointAndNormal(
Vector3 point,
Vector3 normal
)
Parameters
- point Vector3
- Any point that lies along the plane.
- normal Vector3
- The normal vector to the plane.
Return Value
PlaneThe resulting plane.
See Also