You are here: Start » AVL.NET » Invoke.CircleThroughPoints
Computes a circle passing through three noncollinear points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CircleThroughPoints ( Avl.Point2D inPoint1, Avl.Point2D inPoint2, Avl.Point2D inPoint3, Conditional<Avl.Circle2D> outCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint1 | Avl.Point2D | |||
![]()  | inPoint2 | Avl.Point2D | |||
![]()  | inPoint3 | Avl.Point2D | |||
![]()  | outCircle | Atl.Conditional<Avl.Circle2D> | Circle passing through the specified points; or Nil if the points are collinear. | 


