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

Invoke.RotateLine

Rotates a line clockwise around a center point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateLine
(
	Avl.Line2D inLine,
	Avl.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out Avl.Line2D outLine
)

Parameters

Name Type Range Default Description
inLineAvl.Line2D
inCenterAvl.Point2DCenter of rotation.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLineAvl.Line2D

See also