PlaneFFromVectors(Vector3F, Vector3F, Vector3F) Method |
Creates an instance of
PlaneF with point and two direction vectors.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static PlaneF FromVectors(
Vector3F dir1,
Vector3F dir2,
Vector3F p
)
Parameters
- dir1 Vector3F
- The first direction vector.
- dir2 Vector3F
- The second direction vector.
- p Vector3F
- The point that is the start of direction vectors.
Return Value
PlaneFThe resulting plane.
See Also