LineThroughPoint
Computes a line passing through a point with given angle.
Syntax
C++
Python
def LineThroughPoint( inPoint: Point2D, inAngle: float, / ) -> outLine: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint | Point2D | ||
![]() |
inAngle | float | ||
![]() |
outLine | Line2D |


