80% by length

This commit is contained in:
Mark Tolmacs
2025-08-26 14:56:56 +02:00
parent 258cb5feb7
commit 53f50564f4

View File

@@ -1266,7 +1266,7 @@ export const snapToCenter = (
elementsMap: ElementsMap,
p: GlobalPoint,
): GlobalPoint => {
const percent = 0.94868; // 90% by volume
const percent = 0.8;
const isPointDeepInside = isPointInElement(
p,