Static methods

staticinlineadjoint(this:KhaMat3):Mat3

staticinlineclone(this:KhaMat3):Mat3

staticinlinecopyFrom(this:KhaMat3, v:Mat3):KhaMat3

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

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

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

staticcopyIntoArray(self:Mat3, 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:KhaMat3):Float

staticinlineempty():Mat3

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

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

staticinlineidentity():Mat3

staticinlineinverse(this:KhaMat3):Mat3

staticinlinelookAt(eye:Vec2, at:Vec2, up:Vec2):Mat3

staticinlinematrixCompMult(this:KhaMat3, n:Mat3):Mat3

staticinlineorthogonalProjection(left:Float, right:Float, bottom:Float, top:Float):Mat3

staticinlinerotation(angle:Float):Mat3

staticinlinescale(x:Float, y:Float):Mat3

staticinlineset(this:KhaMat3, a00:Float, a10:Float, a20:Float, a01:Float, a11:Float, a21:Float, a02:Float, a12:Float, a22:Float):Void

staticinlinetoString(this:KhaMat3):String

staticinlinetranslation(x:Float, y:Float):Mat3

staticinlinetranspose(this:KhaMat3):Mat3