Skip to content

Commit

Permalink
ecef2ned: Add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKoch123 authored May 14, 2024
1 parent 6f53741 commit 7a7e4a6
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 7a7e4a6

Please sign in to comment.