Skip to content

ICanvasGL.BitmapMatrix

ChillingVan edited this page Aug 20, 2017 · 2 revisions

public void reset();

public void translate(float dx, float dy);

public void scale(float sx, float sy);

public void rotateX(float degrees);

public void rotateY(float degrees);

public void rotateZ(float degrees);

Clone this wiki locally