You are here: Start » AVL.NET » AVL.CircleThroughPoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Circle2D?)
AVL.CircleThroughPoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.Circle2D?)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CircleThroughPoints( AvlNet.Point2D inPoint1, AvlNet.Point2D inPoint2, AvlNet.Point2D inPoint3, out AvlNet.Circle2D? outCircle )
Parameters
- inPoint1
- Type: AvlNet.Point2D
- inPoint2
- Type: AvlNet.Point2D
- inPoint3
- Type: AvlNet.Point2D
- outCircle
- Type: System.Nullable<AvlNet.Circle2D>
Examples
![]() |
![]() |
CircleThroughPoints performed on three points.


