Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Intersections » LineLineIntersection3D
LineLineIntersection3D
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Computes a common point of two lines in 3D.
Syntax
C++
C#
void avl::LineLineIntersection3D ( const avl::Line3D& inLine1, const avl::Line3D& inLine2, atl::Conditional<avl::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. |


