You are here: Start » AVL.NET » AVS.PolygonEllipticAxes Method
AVS.PolygonEllipticAxes Method
Computes axes of an ellipse having the same first and second order moments as the given polygon.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PolygonEllipticAxes ( AvlNet.Path inPolygon, out AvlNet.Segment2D outMajorAxis, out AvlNet.Segment2D outMinorAxis )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | AvlNet.Path | |||
![]() | outMajorAxis | AvlNet.Segment2D | |||
![]() | outMinorAxis | AvlNet.Segment2D |


