You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Circle2DToEllipse2D
Converts a circle to an ellipse.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Circle2DToEllipse2D ( AvlNet.Circle2D inCircle, out AvlNet.Ellipse2D outEllipse )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle | AvlNet.Circle2D | |||
![]() | outEllipse | AvlNet.Ellipse2D |


