@tscircuit/schematic-trace-solver 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -325,11 +325,6 @@ declare class SingleNetLabelPlacementSolver extends BaseSolver {
325
325
  overlappingSameNetTraceGroup: OverlappingSameNetTraceGroup;
326
326
  availableOrientations: FacingDirection[];
327
327
  });
328
- private getDimsForOrientation;
329
- private getCenterFromAnchor;
330
- private getRectBounds;
331
- private segmentIntersectsRect;
332
- private rectIntersectsAnyTrace;
333
328
  _step(): void;
334
329
  visualize(): GraphicsObject;
335
330
  }