UNPKG

@phaserjs/phaser

Version:
4 lines 214 B
import { ILine } from './ILine'; import { IVec2Like } from '../../math/vec2/IVec2Like'; export declare function TranslateLinePoint(line: ILine, v: IVec2Like): ILine; //# sourceMappingURL=TranslateLinePoint.d.ts.map