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


