Click or drag to resize

PlaneFFromVectors Method (Vector3F, Vector3F, Vector3F, PlaneF)

Creates an instance of PlaneF with point and two direction vectors.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void FromVectors(
	ref Vector3F dir1,
	ref Vector3F dir2,
	ref Vector3F p,
	out PlaneF result
)

Parameters

dir1
Type: NeoAxisVector3F
The first direction vector.
dir2
Type: NeoAxisVector3F
The second direction vector.
p
Type: NeoAxisVector3F
The point that is the start of direction vectors.
result
Type: NeoAxisPlaneF
When the method completes, contains the resulting plane.
See Also