Java com.badlogic.gdx.math Affine2 fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.math Affine2 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.math Affine2.

The text is from its open source code.

Constructor

Affine2()
Constructs an identity matrix.

Method

Affine2scale(float scaleX, float scaleY)
Postmultiplies this matrix with a scale matrix.
Affine2setToTrnScl(float x, float y, float scaleX, float scaleY)
Sets this matrix to a concatenation of translation and scale.
Affine2translate(float x, float y)
Postmultiplies this matrix by a translation matrix.