bakercp / ofxGeographicLib

An openFrameworks wrapper for the Geographic Library.
Other
4 stars 2 forks source link

replace glm vec3 with double, add gitignore to examples #3

Closed n1ckfg closed 6 years ago

n1ckfg commented 6 years ago

Glad the revisions worked well for you! One tweak here, the LocalCartesian method wants doubles.

bakercp commented 6 years ago

glm::dvec3 (vs. glm::vec3 which is float) should be doubles, but I'm happy to change it back. Thanks!