Click or drag to resize
AB4D logo

PlaneThreePlanesIntersection(Plane, Plane, Plane) Method

Returns a Point3D that represents a position where the 3 specified planes intersect.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static Point3D ThreePlanesIntersection(
	Plane plane1,
	Plane plane2,
	Plane plane3
)

Parameters

plane1  Plane
plane1
plane2  Plane
plane2
plane3  Plane
plane3

Return Value

Point3D
intersection point as Point3D
See Also