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

Invoke.RotatePoint

Rotates a point clockwise around a center point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotatePoint
(
	Avl.Point2D inPoint,
	Avl.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out Avl.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointAvl.Point2D
inCenterAvl.Point2DCenter of rotation.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPointAvl.Point2D

See also