Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Intersections » LineLineIntersection3D

LineLineIntersection3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes a common point of two lines in 3D.
Syntax
C++
C#
void fil::LineLineIntersection3D ( const fil::Line3D& inLine1, const fil::Line3D& inLine2, ftl::Conditional<fil::Point3D>& outIntersectionPoint )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inLine1 | const Line3D& | ||
![]() |
inLine2 | const Line3D& | ||
![]() |
outIntersectionPoint | Conditional<Point3D>& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in LineLineIntersection3D. |