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