You are here:
Start »
AVL.NET »
AVL.LineCircleIntersection(AvlNet.Line2D, AvlNet.Circle2D, AvlNet.Point2D?, AvlNet.Point2D?)
AVL.LineCircleIntersection(AvlNet.Line2D, AvlNet.Circle2D, AvlNet.Point2D?, AvlNet.Point2D?)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void LineCircleIntersection(
AvlNet.Line2D inLine,
AvlNet.Circle2D inCircle,
out AvlNet.Point2D? outIntersectionPoint1,
out AvlNet.Point2D? outIntersectionPoint2
)
Parameters
- inLine
- Type: AvlNet.Line2D
- inCircle
- Type: AvlNet.Circle2D
- outIntersectionPoint1
- Type: System.Nullable<AvlNet.Point2D>
- outIntersectionPoint2
- Type: System.Nullable<AvlNet.Point2D>
Examples
LineCircleIntersection performed on line and circle.
Errors
| Error type |
Description |
| DomainError |
Indefinite line on input in LineCircleIntersection. |
See also