intersectionPlaneLine
-
intersectionPlaneLine() Computes the intersection of a line segment and a plane.
Parameters
lineBegin:
Point3The start point of the line segment to intersect.lineEnd:
Point3The end point of the line segment to intersect.planePoint1:
Point3A point on the plane to intersect.planePoint2:
Point3A point on the plane to intersect.planePoint3:
Point3A point on the plane to intersect.out_intersectionPoint:
Point3The out parameter for the point of intersection if one exists.Returns: boolean
True if the line segment and plane intersect. False otherwise.
See also: [[intersectionPlaneLine2]].