UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

3 lines (2 loc) 158 B
import type { Matrix } from '../../../maths/matrix/Matrix'; export declare function updateWorldTransform(local: Matrix, parent: Matrix, world: Matrix): void;