2#ifndef GYM_PCB_METRICS_H
3#define GYM_PCB_METRICS_H
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&);
15void SegmentParallelity(Real &cosine, Real &weight,
const WideSegment_25&,
const WideSegment_25&);
Definition Connection.hpp:17
Definition PCBoard.hpp:36
Definition AShape.hpp:332