UNPKG

@phaserjs/phaser

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