#include <sspt_integerrotation.h>
Public Types | |
| enum | RotationMode { NO_ROTATION, CLOCKWISE_90, COUNTERCLOCKWISE_90, CLOCKWISE_180 } |
Public Member Functions | |
| sspt_IntegerRotation (int xcenter, int ycenter, enum RotationMode rmode) | |
| void | rotate (int *xout, int *yout, int xin, int yin) |
| sspt_IntegerRotation::sspt_IntegerRotation | ( | int | xcenter, | |
| int | ycenter, | |||
| enum RotationMode | rmode | |||
| ) |
| void sspt_IntegerRotation::rotate | ( | int * | xout, | |
| int * | yout, | |||
| int | xin, | |||
| int | yin | |||
| ) |