Click or drag to resize

PlaneFromPointAndNormal Method (Vector3, Vector3, Plane)

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 void FromPointAndNormal(
	ref Vector3 point,
	ref Vector3 normal,
	out Plane plane
)

Parameters

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