Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Constructions » LineThroughPoint
LineThroughPoint
Computes a line passing through a point with given angle.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | const Point2D& | ||
![]() |
inAngle | real | ||
![]() |
outLine | Line2D& |
Examples
![]() |
![]() |
LineThroughPoint performed on point, inAngle = 150.




