Click or drag to resize

PlaneFFromPointAndNormal(Vector3F, Vector3F, PlaneF) 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 void FromPointAndNormal(
	ref Vector3F point,
	ref Vector3F normal,
	out PlaneF plane
)

Parameters

point  Vector3F
Any point that lies along the plane.
normal  Vector3F
The normal vector to the plane.
plane  PlaneF
When the method completes, contains the resulting plane.
See Also