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

AVS.RotatePoint Method

Rotates a point clockwise around a center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePoint
(
	AvlNet.Point2D inPoint,
	AvlNet.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2D
inCenterAvlNet.Point2DCenter of rotation.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPointAvlNet.Point2D

See also