You are here: Start » AVL.NET » AVL.CreateCircle Method
AVL.CreateCircle Method
Creates a circle from an aligned point and radius.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateCircle( AvlNet.Point2D inPoint, AvlNet.Anchor2D inPointAnchor, float inRadius, out AvlNet.Circle2D outCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | AvlNet.Point2D | |||
![]() | inPointAnchor | AvlNet.Anchor2D | MiddleCenter | Alignment of the point relatively to the box of the circle. Default value: MiddleCenter. | |
![]() | inRadius | float | <0.0f, INF> | Circle radius. | |
![]() | outCircle | AvlNet.Circle2D |


