Exemple #1
0
 public double findSmallestSpanAroundStrut(final WB_FrameStrut strut) {
   return findSmallestSpanAroundStrut(struts.indexOf(strut));
 }