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


