Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(m: MMatrix, out: MMatrix = MMatrix()): MMatrix
inline operator fun invoke(a: Float, b: Float = 0.0f, c: Float = 0.0f, d: Float = 1.0f, tx: Float = 0.0f, ty: Float = 0.0f): MMatrix
inline operator fun invoke(a: Int, b: Int = 0, c: Int = 0, d: Int = 1, tx: Int = 0, ty: Int = 0): MMatrix
Link copied to clipboard
fun isAlmostEquals(a: MMatrix, b: MMatrix, epsilon: Double = 1.0E-6): Boolean
Link copied to clipboard
fun transformXf(a: Float, b: Float, c: Float, d: Float, tx: Float, ty: Float, px: Float, py: Float): Float
Link copied to clipboard
fun transformYf(a: Float, b: Float, c: Float, d: Float, tx: Float, ty: Float, px: Float, py: Float): Float