UNPKG

@phaserjs/phaser

Version:
4 lines 234 B
import { IVec3Like } from '../vec3/IVec3Like'; import { Matrix4 } from './Matrix4'; export declare function Mat4LookAt(eye: IVec3Like, center: IVec3Like, up: IVec3Like, out?: Matrix4): Matrix4; //# sourceMappingURL=Mat4LookAt.d.ts.map