repo.or.cz
/
ltsps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bugfix + new feature
[ltsps.git]
/
drawAll.m
blob
2785fa2ddd4b687437e02594e7874d3d24cb94db
1
function drawAll (route, coordsMatrix)
\r
2
drawCities(coordsMatrix);
\r
3
drawRoute(route, coordsMatrix);
\r
4
end
\r
5
\r
6
\r
7
\r
8
\r