Click or drag to resize

PlaneFromPointAndNormal Method (Vector3, Vector3)

Creates an instance of Plane 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 Plane FromPointAndNormal(
	Vector3 point,
	Vector3 normal
)

Parameters

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

Return Value

Type: Plane
The resulting plane.
See Also