Implement model federation MicroMVD for BIMTester

This commit is contained in:
Dion Moult
2020-09-09 16:44:36 +10:00
parent ca6adffc25
commit 7f95759df0
2 changed files with 114 additions and 1 deletions
@@ -27,4 +27,4 @@ def xyz2enh(x, y, z, eastings, northings, orthogonal_height, x_axis_abscissa, x_
# Used for converting the X and Y vectors of the X Axis in IFC geolocation
def xy2angle(x, y):
return math.degrees(math.atan2(y, x)) - 90
return math.degrees(math.atan2(y, x))