Matrix

constructor(a: Float, b: Float, c: Float, d: Float, tx: Float = 0.0f, ty: Float = 0.0f)
constructor(a: Int, b: Int, c: Int, d: Int, tx: Int = 0, ty: Int = 0)
constructor(a: Double, b: Double, c: Double, d: Double, tx: Double = 0.0, ty: Double = 0.0)