UNPKG

@phaserjs/phaser

Version:
4 lines 201 B
import { IVec2Like } from './IVec2Like'; import { Vec2 } from './Vec2'; export declare function Vec2Lerp(a: IVec2Like, b: IVec2Like, t: number, out?: Vec2): Vec2; //# sourceMappingURL=Vec2Lerp.d.ts.map