UNPKG

@phaserjs/phaser

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