You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.RotateVector

FIL.RotateVector

Rotates a vector clockwise.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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

Examples

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

See also