You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RotateVector3D
Rotates a 3D vector around another 3D vector (the axis).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 |