|
PlaneThreePlanesIntersection(Plane, Plane, Plane) Method |
Returns a Point3D that represents a position where the 3 specified planes intersect.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static Point3D ThreePlanesIntersection(
Plane plane1,
Plane plane2,
Plane plane3
)
Parameters
- plane1 Plane
- plane1
- plane2 Plane
- plane2
- plane3 Plane
- plane3
Return Value
Point3Dintersection point as Point3D
See Also