You are here: Start » AVL.NET » AVL.RotateVector(AvlNet.Vector2D, float, bool, AvlNet.Vector2D)

AVL.RotateVector(AvlNet.Vector2D, float, bool, AvlNet.Vector2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inVector
Type: AvlNet.Vector2D
inAngle
Type: System.Single
inInverse
Type: System.Boolean
outVector
Type: AvlNet.Vector2D

Examples

RotateVector performed on the sample vector, inAngle = 135.0 and inInverse = False.

See also