PlaneFFromPointAndNormal(Vector3F, Vector3F) Method |
Creates an instance of
PlaneF 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 PlaneF FromPointAndNormal(
Vector3F point,
Vector3F normal
)
Parameters
- point Vector3F
- Any point that lies along the plane.
- normal Vector3F
- The normal vector to the plane.
Return Value
PlaneFThe resulting plane.
See Also