UNPKG

@phaserjs/phaser

Version:
4 lines 282 B
import { Matrix4 } from '../mat4/Matrix4'; import { Vec3 } from './Vec3'; export declare function Vec3Unproject(v: Vec3, viewportWidth: number, viewportHeight: number, world: Matrix4, view: Matrix4, projection: Matrix4, out?: Vec3): Vec3; //# sourceMappingURL=Vec3Unproject.d.ts.map