Click or drag to resize

PlaneFFromPointAndNormal Method (Vector3F, Vector3F)

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 PlaneF FromPointAndNormal(
	Vector3F point,
	Vector3F normal
)

Parameters

point
Type: NeoAxisVector3F
Any point that lies along the plane.
normal
Type: NeoAxisVector3F
The normal vector to the plane.

Return Value

Type: PlaneF
The resulting plane.
See Also