PCB Environment 2
Loading...
Searching...
No Matches
Metrics.hpp
1
2#ifndef GYM_PCB_METRICS_H
3#define GYM_PCB_METRICS_H
4
5class Connection;
6class PCBoard;
8
9namespace metrics {
10
11Real ConnectionLinkage(const Connection&, const Connection&, bool cross, Real ex = 2.0, int log2StepSize = -3);
12Real ConnectionLinkage(const PCBoard&, Real ex, int log2StepSize);
13uint RatsNestCrossings(const PCBoard&);
14
15void SegmentParallelity(Real &cosine, Real &weight, const WideSegment_25&, const WideSegment_25&);
16
17} // namespace metrics
18
19#endif // GYM_PCB_METRICS_H
Definition Connection.hpp:17
Definition PCBoard.hpp:36
Definition AShape.hpp:332