Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Constructions » ProjectPointOnLine

ProjectPointOnLine
Projects a point onto a line.
Header: | AVL.h |
---|
Syntax
C++
C#
void avl::ProjectPointOnLine ( const avl::Point2D& inPoint, const avl::Line2D& inLine, avl::Point2D& outProjectionPoint )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoint | const Point2D& | ||
![]() |
inLine | const Line2D& | ||
![]() |
outProjectionPoint | Point2D& |
Examples
![]() |
![]() |
ProjectPointOnLine performed on point and line.
Errors
Error type | Description |
---|---|
DomainError | Indefinite line on input in ProjectPointOnLine. |