Interface: TransformableObject
Defined in: node_modules/pixi.js/lib/maths/matrix/Matrix.d.ts:9
The data structure that contains the position, scale, pivot, skew and rotation of an object. This is used by the Matrix class to decompose the matrix into its components.
Advanced
Properties
pivot
> pivot: PointData
Defined in: node_modules/pixi.js/lib/maths/matrix/Matrix.d.ts:15
The pivot of the object
position
> position: PointData
Defined in: node_modules/pixi.js/lib/maths/matrix/Matrix.d.ts:11
The position of the object
rotation
> rotation: number
Defined in: node_modules/pixi.js/lib/maths/matrix/Matrix.d.ts:19
The rotation of the object
scale
> scale: PointData
Defined in: node_modules/pixi.js/lib/maths/matrix/Matrix.d.ts:13
The scale of the object
skew
> skew: PointData
Defined in: node_modules/pixi.js/lib/maths/matrix/Matrix.d.ts:17
The skew of the object