Class type Dom_svg.matrix

method a : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_prop
method b : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_prop
method c : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_prop
method d : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_prop
method e : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_prop
method f : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.readonly_prop
method multiply : matrix Js_of_ocaml__.Js.t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method inverse : matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method translate : Js_of_ocaml__.Js.number_t -> Js_of_ocaml__.Js.number_t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method scale : Js_of_ocaml__.Js.number_t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method scaleNonUniform : Js_of_ocaml__.Js.number_t -> Js_of_ocaml__.Js.number_t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method rotate : Js_of_ocaml__.Js.number_t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method rotateFromVector : Js_of_ocaml__.Js.number_t -> Js_of_ocaml__.Js.number_t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method flipX : matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method flipY : matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method skewX : Js_of_ocaml__.Js.number_t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method skewY : Js_of_ocaml__.Js.number_t -> matrix Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth