summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosGreatCircle.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Eliminate unncessary import altosui linesKeith Packard2010-11-13
| | | | | | | Java appears to automatically import every module from the current package. Signed-off-by: Keith Packard <keithp@keithp.com>
* add compass bearing to voice outputAnthony Towns2010-11-11
|
* altosui: Add AltosGreatCircle constructorsKeith Packard2010-08-26
| | | | | | | This adds constructurs from AltosGPS pairs and also one from empty args (which defines both distance and bearing as 0). Signed-off-by: Keith Packard <keithp@keithp.com>
* Steal C code from ao-viewKeith Packard2010-04-02