@tscircuit/capacity-autorouter 0.0.422 → 0.0.423
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 +7 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4836,6 +4836,8 @@ declare class EscapeViaLocationSolver extends BaseSolver {
|
|
|
4836
4836
|
private getConnectionNetIds;
|
|
4837
4837
|
private obstacleMatchesConnectionNet;
|
|
4838
4838
|
private getObstacleZs;
|
|
4839
|
+
private getViaSpanLayers;
|
|
4840
|
+
private createEscapeViaObstacle;
|
|
4839
4841
|
private selectSourceObstacle;
|
|
4840
4842
|
private getCandidatePositions;
|
|
4841
4843
|
private dedupeCandidatePositions;
|
|
@@ -4843,6 +4845,11 @@ declare class EscapeViaLocationSolver extends BaseSolver {
|
|
|
4843
4845
|
private getEdgeSamples;
|
|
4844
4846
|
private isInsideBoard;
|
|
4845
4847
|
private hasClearEscapePath;
|
|
4848
|
+
private getBoardBoundarySegments;
|
|
4849
|
+
private getRayProbeDistance;
|
|
4850
|
+
private getRayIntersectionDistance;
|
|
4851
|
+
private getProjectedFreeSpace;
|
|
4852
|
+
private getProjectedFreeSpaceAlongDirection;
|
|
4846
4853
|
private getMinBlockingClearance;
|
|
4847
4854
|
private getMinPlacedEscapeViaClearance;
|
|
4848
4855
|
private selectPointOwner;
|