Matrix

class Matrix : JsAny

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var a: Double
Link copied to clipboard
var b: Double
Link copied to clipboard
var c: Double
Link copied to clipboard
var d: Double
Link copied to clipboard
var tx: Double
Link copied to clipboard
var ty: Double

Functions

Link copied to clipboard
fun set(index: Int, value: Double)
Link copied to clipboard
fun setAffine(a: Double, b: Double, c: Double, d: Double, tx: Double, ty: Double)