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

AVS.RotateLine Method

Rotates a line clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateLine
(
	AvlNet.Line2D inLine,
	AvlNet.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out AvlNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inLineAvlNet.Line2D
inCenterAvlNet.Point2DCenter of rotation.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLineAvlNet.Line2D

See also