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

Invoke.RotateVector

Rotates a vector clockwise.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateVector
(
	Avl.Vector2D inVector,
	float inAngle,
	bool inInverse,
	out Avl.Vector2D outVector
)

Parameters

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

See also