You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » 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 | |
---|---|---|---|---|---|
![]() | inVector | FilNet.Vector2D | |||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outVector | FilNet.Vector2D |
Examples
![]() |
![]() |
RotateVector performed on the sample vector, inAngle = 135.0 and inInverse = False.