Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Constructions » LineThroughPoint
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Computes a line passing through a point with given angle.
Syntax
C++
C#
void avl::LineThroughPoint ( const avl::Point2D& inPoint, float inAngle, avl::Line2D& outLine )
Parameters
Examples
![]() |
![]() |
LineThroughPoint performed on point, inAngle = 150.




