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

AVS.RotateSegment Method

Rotates a segment clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateSegment
(
	AvlNet.Segment2D inSegment,
	float inAngle,
	bool inInverse,
	out AvlNet.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment2D
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outSegmentAvlNet.Segment2D

Function Overrides

See also