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

Invoke.RegionOrientation

Computes the orientation of a region as an angle of value in a proper range.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionOrientation
(
	Avl.Region inRegion,
	Avl.AngleRange inAngleRange,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inAngleRangeAvl.AngleRange_0_180Switches between ranges <0; 90), <0; 180) and <0; 360). Default value: _0_180.
outOrientationAnglefloat

See also