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

AVS.NormalizeRectangleOrientation Method

Changes orientation of the given rectangle according to parameters.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void NormalizeRectangleOrientation
(
	AvlNet.Rectangle2D inRectangle,
	float inReferenceAngle,
	AvlNet.RectangleOrientation inRectangleOrientation,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2DInput rectangle.
inReferenceAnglefloat0.0fThe middle angle of the valid range of the output rectangle's angle. Default value: 0.0f.
inRectangleOrientationAvlNet.RectangleOrientationHorizontalOrientation of the output rectangle. Default value: Horizontal.
outRectangleAvlNet.Rectangle2D

See also