Skip to content

Commit

Permalink
Merge pull request #6 from MartinKoch123/fix-missing-namespace
Browse files Browse the repository at this point in the history
ecef2ned: Add missing namespace
  • Loading branch information
scivision authored Jun 26, 2024
2 parents 6f53741 + 7a7e4a6 commit 3e32964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +matmap3d/ecef2ned.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
angleUnit (1,1) string = "d"
end

[east, north, up] = ecef2enu(x,y,z,lat0,lon0,alt0,spheroid,angleUnit);
[east, north, up] = matmap3d.ecef2enu(x,y,z,lat0,lon0,alt0,spheroid,angleUnit);

down = -up;

Expand Down

0 comments on commit 3e32964

Please sign in to comment.