Searched refs:otherAnchor (Results 1 – 1 of 1) sorted by relevance
380 for (const Anchor& otherAnchor : otherAnchors) { in anchorIsTooClose() local381 if (util::dist<float>(anchor.point, otherAnchor.point) < repeatDistance) { in anchorIsTooClose()