| 1321 | } |
| 1322 | |
| 1323 | double Project::GetMaxDistArc() |
| 1324 | { |
| 1325 | if (max_dist_arc >= 0) return max_dist_arc; |
| 1326 | CalcUnitSphereRtreeStats(); |
| 1327 | return max_dist_arc; |
| 1328 | } |
| 1329 | |
| 1330 | rtree_pt_2d_t& Project::GetEucPlaneRtree() |
| 1331 | { |
no outgoing calls
no test coverage detected