Class type Transform-PIXI._t

method localTranform#=: Js.Internal.meth([ `Arity_1(PIXI.Matrix.t) ], unit)

The local transformation matrix.

method localTranform: PIXI.Matrix.t

The local transformation matrix.

method pivot#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)

The pivot point of the displayObject that it rotates around

method pivot: PIXI.ObservablePoint.t

The pivot point of the displayObject that it rotates around

method position#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)

The coordinate of the object relative to the local coordinates of the parent

method position: PIXI.ObservablePoint.t

The coordinate of the object relative to the local coordinates of the parent

method rotation#=: Js.Internal.meth([ `Arity_1(float) ], unit)

The rotation of the object in radians

method rotation: float

The rotation of the object in radians

method scale#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)

The scale factor of the object

method scale: PIXI.ObservablePoint.t

The scale factor of the object

method skew#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)

The skew amount, on the x and y axis

method skew: PIXI.ObservablePoint.t

The skew amount, on the x and y axis

method worldTransform#=: Js.Internal.meth([ `Arity_1(PIXI.Matrix.t) ], unit)

The world transformation matrix

method worldTransform: PIXI.Matrix.t

The world transformation matrix

method setFromMatrix: Js.Internal.meth([ `Arity_1(PIXI.Matrix.t) ], unit)

Decomposes a matrix and sets the transforms properties based on it

parameter matrix

The matrix to decompose

method updateLocalTransform: Js.Internal.meth([ `Arity_0 ], unit)

Updates the local transformation matrix

method updateTransform: Js.Internal.meth([ `Arity_1(Js.t(_t)) ], unit)

Updates the local and the world transformation matrices

parameter parentTransform

The parent transform