This commit is contained in:
feng 2025-04-17 18:46:31 +09:00
commit 9defbd7f3b
12 changed files with 433 additions and 155 deletions

View file

@ -138,3 +138,5 @@ export type Ellipse<Point extends GlobalPoint | LocalPoint> = {
} & {
_brand: "excalimath_ellipse";
};
export type ElementsSegmentsMap = Map<string, LineSegment<GlobalPoint>[]>;