| 1300 | } |
| 1301 | |
| 1302 | double Project::GetMaxDistEuc() |
| 1303 | { |
| 1304 | if (max_dist_euc >= 0) return max_dist_euc; |
| 1305 | CalcEucPlaneRtreeStats(); |
| 1306 | return max_dist_euc; |
| 1307 | } |
| 1308 | |
| 1309 | double Project::GetMin1nnDistArc() |
| 1310 | { |
no outgoing calls
no test coverage detected