Public Member Functions | |
| this (Contorter *con) | |
| Registers the eval method with the contorter. | |
| void | angleRad (float value) |
| Set the rotation angle to a radian. | |
| void | angleDeg (float value) |
| Set the rotation angle to a degree. | |
| void | center (float x, float y) |
| Set the center of rotation. | |
| void | eval (inout float x, inout float y) |
| Rotate the point around the center; this is registered with the Contorter. | |
1.3.2