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