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

Invoke.RotateVector

Rotates a vector clockwise.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also