|
|
@ -27,8 +27,6 @@ import type {
|
|
|
|
Radians,
|
|
|
|
Radians,
|
|
|
|
} from "../../math";
|
|
|
|
} from "../../math";
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
arc,
|
|
|
|
|
|
|
|
arcLineInterceptPoints,
|
|
|
|
|
|
|
|
curve,
|
|
|
|
curve,
|
|
|
|
curveIntersectLine,
|
|
|
|
curveIntersectLine,
|
|
|
|
isPointWithinBounds,
|
|
|
|
isPointWithinBounds,
|
|
|
@ -43,10 +41,8 @@ import {
|
|
|
|
import { ellipse, ellipseLineIntersectionPoints } from "../../math/ellipse";
|
|
|
|
import { ellipse, ellipseLineIntersectionPoints } from "../../math/ellipse";
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
debugClear,
|
|
|
|
debugClear,
|
|
|
|
debugDrawArc,
|
|
|
|
|
|
|
|
debugDrawCubicBezier,
|
|
|
|
debugDrawCubicBezier,
|
|
|
|
debugDrawLine,
|
|
|
|
debugDrawLine,
|
|
|
|
debugDrawPoint,
|
|
|
|
|
|
|
|
} from "../visualdebug";
|
|
|
|
} from "../visualdebug";
|
|
|
|
|
|
|
|
|
|
|
|
export const shouldTestInside = (element: ExcalidrawElement) => {
|
|
|
|
export const shouldTestInside = (element: ExcalidrawElement) => {
|
|
|
|