Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Intersections » LinePlaneIntersection3D
LinePlaneIntersection3D
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | Vision3DLite |
Computes the intersection point of a line in 3D and a plane.
Syntax
C++
C#
void fil::LinePlaneIntersection3D ( const fil::Line3D& inLine3D, const fil::Plane3D& inPlane, ftl::Conditional<fil::Point3D>& outIntersectionPoint )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine3D | const Line3D& | ||
![]() |
inPlane | const Plane3D& | ||
![]() |
outIntersectionPoint | Conditional<Point3D>& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in LinePlaneIntersection3D. |
| DomainError | Indefinite plane on input in LinePlaneIntersection3D. |


