You are here: Start » AVL.NET » Invoke.RegionEllipticAxes

Invoke.RegionEllipticAxes

Computes axes of an ellipse having the same first and second order moments as the given region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionEllipticAxes
(
	Avl.Region inRegion,
	out Avl.Segment2D outMajorAxis,
	out Avl.Segment2D outMinorAxis
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outMajorAxisAvl.Segment2D
outMinorAxisAvl.Segment2D

See also