mathQuaternionRotateVector
mathQuaternionRotateVector
Description
Quaternion vector rotation
Definition
mathQuaternionRotateVector(float qx, float qy, float qz, float qw, float x, float y, float z)
Arguments
| float | qx | qx |
|---|---|---|
| float | qy | qy |
| float | qz | qz |
| float | qw | qw |
| float | x | x |
| float | y | y |
| float | z | z |
Return Values
| float | x | x |
|---|---|---|
| float | y | y |
| float | z | z |