|
tile2d
|
Used to simplify the use of precalculated values for sine and cosine. More...
#include <math.hpp>
Public Member Functions | |
| SinCos (Float rot) | |
| SinCos (Float psin, Float pcos) | |
| void | setRot (Float rot) |
| SinCos | getNegate () const |
| SinCos | operator- (const SinCos &other) const |
| SinCos | operator+ (const SinCos &other) const |
| SinCos | abs () const |
Public Attributes | |
| Float | sin |
| Float | cos |
Used to simplify the use of precalculated values for sine and cosine.