You are here: Start » AVL.NET » AVL.CircleThroughPoints Method
AVL.CircleThroughPoints Method
Computes a circle passing through three noncollinear points.
| 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
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | AvlNet.Point2D | |||
![]() | inPoint2 | AvlNet.Point2D | |||
![]() | inPoint3 | AvlNet.Point2D | |||
![]() | outCircle | AvlNet.Circle2D? | Circle passing through the specified points; or Nil if the points are collinear. |
Examples
![]() |
![]() |
CircleThroughPoints performed on three points.




