webcad-ue4-api/types/Geometry/DoIntersect.d.ts

6 lines
226 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
import { Vec2 } from "./CheckIntersect";
/**
* 线`p1q1`线`p2q2`.
*/
export declare function doIntersect(p1: Vec2, q1: Vec2, p2: Vec2, q2: Vec2): boolean;
//# sourceMappingURL=DoIntersect.d.ts.map