You are here: Start » FIL.NET » FIS.RotateVector Method

FIS.RotateVector Method

Rotates a vector clockwise.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also