36[[deprecated(
"use jngl::modelview().rotate instead")]]
55void scale(
double xfactor,
double yfactor);
Contains jngl::Mat3 class.
void rotate(double degree)
Multiplies the global ModelView matrix with a rotation matrix.
void scale(double factor)
Multiplies the global ModelView matrix by a scaling matrix.
void popMatrix()
Replaces the current ModelView matrix with the top element of the global stack.
jngl::Mat3 modelview()
Returns a copy of the global ModelView matrix.
void reset()
Resets the global ModelView matrix to the identity matrix.
void translate(double x, double y)
Multiplies the global ModelView matrix with a translation matrix.
void pushMatrix()
Pushes the current ModelView matrix on a global stack.