Static methods

staticinlineadjoint(this:KhaMat2):Mat2

staticinlineclone(this:KhaMat2):Mat2

staticinlinecopyFrom(this:KhaMat2, v:Mat2):KhaMat2

staticcopyFromArray(self:Mat2, array:ArrayAccess<Float>, index:Int):Dynamic

staticcopyFromArray<T>(arrayLike:T, index:Int):Mat2

Copies matrix elements in column-major order from a type that supports array-read access

staticcopyIntoArray(self:Mat2, array:ArrayAccess<Float>, index:Int):Dynamic

staticcopyIntoArray<T>(arrayLike:T, index:Int):T

Copies matrix elements in column-major order into a type that supports array-write access

staticinlinedeterminant(this:KhaMat2):Float

staticfromArray(array:ArrayAccess<Float>, index:Int):Mat2

staticfromArray<T>(arrayLike:T, index:Int):T

staticinlineinverse(this:KhaMat2):Mat2

staticinlinematrixCompMult(this:KhaMat2, n:Mat2):Mat2

staticinlineset(this:KhaMat2, a00:Float, a10:Float, a01:Float, a11:Float):Void

staticinlinetoString(this:KhaMat2):String

staticinlinetranspose(this:KhaMat2):Mat2