Remove comment
This commit is contained in:
parent
6e06fe9fda
commit
076b1e0e31
@ -224,13 +224,11 @@ const intersectLinearOrFreeDrawWithLineSegment = (
|
|||||||
for (const shape of shapes) {
|
for (const shape of shapes) {
|
||||||
switch (true) {
|
switch (true) {
|
||||||
case isCurve(shape):
|
case isCurve(shape):
|
||||||
//debugDrawCubicBezier(shape);
|
|
||||||
intersections.push(
|
intersections.push(
|
||||||
...curveIntersectLineSegment(shape as Curve<GlobalPoint>, segment),
|
...curveIntersectLineSegment(shape as Curve<GlobalPoint>, segment),
|
||||||
);
|
);
|
||||||
continue;
|
continue;
|
||||||
case isLineSegment(shape):
|
case isLineSegment(shape):
|
||||||
//debugDrawLine(shape);
|
|
||||||
const point = lineSegmentIntersectionPoints(
|
const point = lineSegmentIntersectionPoints(
|
||||||
segment,
|
segment,
|
||||||
shape as LineSegment<GlobalPoint>,
|
shape as LineSegment<GlobalPoint>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user