import { ILeaf } from '../ILeaf' export type ILeafMatrixModule = ILeafMatrix & ThisType export interface ILeafMatrix { __updateWorldMatrix?(): void __updateLocalMatrix?(): void }