PlaneFromVectors Method (Vector3, Vector3, Vector3, Plane) |
Creates an instance of
Plane 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 void FromVectors(
ref Vector3 dir1,
ref Vector3 dir2,
ref Vector3 p,
out Plane result
)
Parameters
- dir1
- Type: NeoAxisVector3
The first direction vector. - dir2
- Type: NeoAxisVector3
The second direction vector. - p
- Type: NeoAxisVector3
The point that is the start of direction vectors. - result
- Type: NeoAxisPlane
When the method completes, contains the resulting plane.
See Also