Start » Filter Reference » Geometry 2D » Geometry 2D Angle Metrics » AngleBetweenLines
Module: | FoundationLite |
---|
Measures the smaller and the larger angle between two lines.
Name | Type | Description | |
---|---|---|---|
inLine1 | Line2D | ||
inLine2 | Line2D | ||
outSmallerAngle | Real | ||
outLargerAngle | Real |
Examples
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in AngleBetweenLines. |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- AngleBetweenSegments – Measures the angle between two segments with one of four possible metrics.