You are here: Start » AVL.NET » Geometry 3D Intersections

Geometry 3D Intersections

Icon Name Description
BoxIntersection3D Computes the common part of two boxes in 3D.
CirclePlaneIntersection3D Computes common points of a circle in 3D and a plane.
LineLineIntersection3D Computes a common point of two lines in 3D.
LinePlaneIntersection3D Computes the intersection point of a line in 3D and a plane.
PlanePlaneIntersection3D Computes a common line in 3D of two planes.
SegmentPlaneIntersection3D Computes the intersection point of a segment in 3D and a plane.