Click or drag to resize

PlaneFFromPointAndNormal(Vector3F, Vector3F) Method

Creates an instance of PlaneF with the normal and the point.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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

PlaneF
The resulting plane.
See Also