MCPcopy
hub / github.com/graphif/project-graph / IntersectionResult

Interface IntersectionResult

packages/shapes/src/Line.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Shape } from "./Shape";
6
7export interface IntersectionResult {
8 intersects: boolean;
9 point?: Vector; // 使用可选属性来表示当没有交点时的情况
10}
11
12/**
13 * 线段类

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected