aronstrandberg / mvk15

MVK Project: Data Collection Using a Drone, and Graphical Representation via MVC
4 stars 0 forks source link

Only draw every n:th point #59

Closed aronstrandberg closed 9 years ago

aronstrandberg commented 9 years ago

Draw lines or smaller dots in between?

karlek commented 9 years ago

Whichever is easier. I think it would be smaller dots, then you just need to save the last big dot and calculate the distance from it.

However lines are much more clear which path was taken in case the drone crosses it's own path.

karlek commented 9 years ago

Either every n point is a large point. However this forces us to only indicate altitude on the large dots by size.

aronstrandberg commented 9 years ago

Dun, will push with next commit.