You are here: Start » FIL.NET » Invoke.RotateVector3D
Rotates a 3D vector around another 3D vector (the axis).
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateVector3D ( Fil.Vector3D inVector3D, Fil.Vector3D inAxisVector, float inAngle, bool inInverse, out Fil.Vector3D outVector3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector3D | Fil.Vector3D | |||
![]() | inAxisVector | Fil.Vector3D | Vector to rotate around. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outVector3D | Fil.Vector3D |