UNPKG

@phaserjs/phaser

Version:
4 lines 216 B
import { ILine } from './ILine'; import { Vec2 } from '../../math/vec2/Vec2'; export declare function GetLineNearestPoint(line: ILine, point: Vec2, out?: Vec2): Vec2; //# sourceMappingURL=GetLineNearestPoint.d.ts.map