forked from s_ranjbar/city_retrofit
Partial implementation for non-triangular surfaces
This commit is contained in:
parent
38639d8ff9
commit
834ba822d2
|
@ -42,7 +42,7 @@ class GeometryHelper:
|
|||
:return: Boolean
|
||||
"""
|
||||
delta = math.fabs(a1 - a2)
|
||||
return delta <= self._delta *3
|
||||
return delta <= self._delta
|
||||
|
||||
def almost_equal(self, v1, v2):
|
||||
"""
|
||||
|
|
335458
tests_data/EngHT_Flat_model_lod1.gml
Normal file
335458
tests_data/EngHT_Flat_model_lod1.gml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user