You are here:
Start »
AVL.NET »
AVL.LineArcIntersection Method
AVL.LineArcIntersection Method
Computes the common points of an arc and a line.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void LineArcIntersection(
AvlNet.Line2D inLine,
AvlNet.Arc2D inArc,
out AvlNet.Point2D? outIntersectionPoint1,
out AvlNet.Point2D? outIntersectionPoint2
)
Parameters
Examples
LineArcIntersection performed on line and arc.
Errors
| Error type |
Description |
| DomainError |
Indefinite line on input in LineArcIntersection. |
See also