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


