258 float c = cos(angle);
259 float s = sin(angle);
272 float angle = atan2(
data[3],
data[4]);
284 data[0] = scaleX * c;
285 data[4] = scaleY * c;
Matrix< w, h, T > operator*(T scalar) const
std::array< T, w *h > data
std::enable_if< std::is_floating_point< A >::value, T >::type magnitude() const
constexpr float radToDeg(float rad)
Matrix< 3, 3, float > Matrix3f
constexpr float degToRad(float deg)
Vector2f topRight() const
Vector2f bottomLeft() const