UNPKG

@phaserjs/phaser

Version:
4 lines 290 B
import { IVec3Like } from '../vec3/IVec3Like'; import { Matrix4 } from './Matrix4'; export declare function Mat4FromRotationXYTranslation(rotation: IVec3Like, position: IVec3Like, translateFirst?: boolean, out?: Matrix4): Matrix4; //# sourceMappingURL=Mat4FromRotationXYTranslation.d.ts.map