PlaneFFromVectors Method (Vector3F, Vector3F, Vector3F) |
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 public static PlaneF FromVectors(
Vector3F dir1,
Vector3F dir2,
Vector3F p
)
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.
Return Value
Type:
PlaneFThe resulting plane.
See Also