Click or drag to resize

PlaneFFromPointAndNormal Method (Vector3F, Vector3F, PlaneF)

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void FromPointAndNormal(
	ref Vector3F point,
	ref Vector3F normal,
	out PlaneF plane
)

Parameters

point
Type: NeoAxisVector3F
Any point that lies along the plane.
normal
Type: NeoAxisVector3F
The normal vector to the plane.
plane
Type: NeoAxisPlaneF
When the method completes, contains the resulting plane.
See Also