Click or drag to resize

PlaneFFromVectors(Vector3F, Vector3F, Vector3F, PlaneF) Method

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

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

Parameters

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