haXe API Documentation
Back |
Indexextern class flash.geom.Matrix
Available in flash
- var a : Float
- var b : Float
- var c : Float
- var d : Float
- var tx : Float
- var ty : Float
- function new(?a : Float, ?b : Float, ?c : Float, ?d : Float, ?tx : Float, ?ty : Float) : Void
- function clone() : Matrix
- function concat(m : Matrix) : Void
- function createBox(scalex : Float, scaley : Float, ?rot : Float, ?tx : Float, ?ty : Float) : Void
- function createGradientBox(width : Float, height : Float, ?rot : Float, ?tx : Float, ?ty : Float) : Void
- function deltaTransformPoint(p : Point<Float>) : Point<Float>
- function identity() : Void
- function invert() : Void
- function rotate(r : Float) : Void
- function scale(sx : Float, sy : Float) : Void
- function toString() : String
- function transformPoint(p : Point<Float>) : Point<Float>
- function translate(tx : Float, ty : Float) : Void
Back |
Index