Click or drag to resize

PlaneFromPointAndNormal(Vector3, Vector3) Method

Creates an instance of Plane 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 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

Plane
The resulting plane.
See Also