#include <FMSkew.h>
Public Member Functions | |
FMSkew () | |
Default Constructor. | |
FMSkew (const FMVector3 &rotateAxis, const FMVector3 &aroundAxis, float angle) | |
Constructor. | |
Public Attributes | |
FMVector3 | rotateAxis |
The axis which is rotated. | |
FMVector3 | aroundAxis |
The axis around which to rotate. | |
float | angle |
The angle of rotation. |
|
Constructor.
|