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

AVS.RotateVector Method

Rotates a vector clockwise.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateVector
(
	AvlNet.Vector2D inVector,
	float inAngle,
	bool inInverse,
	out AvlNet.Vector2D outVector
)

Parameters

Name Type Range Default Description
inVectorAvlNet.Vector2D
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outVectorAvlNet.Vector2D

See also