You are here: Start » AVL.NET » AVS.RegionOrientation Method

AVS.RegionOrientation Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionOrientation
(
	AvlNet.Region inRegion,
	AvlNet.AngleRange inAngleRange,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inAngleRangeAvlNet.AngleRange_0_180Switches between ranges <0; 90), <0; 180) and <0; 360)
outOrientationAnglefloat

See also