summaryrefslogtreecommitdiff
path: root/src/mbgl/util/mat2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-4/+10
| | | | As reported by clang-tidy-8.
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+3
| | | | | | | - puts function definitions in a namespace ... {} rather than using namespace ...; - remove trailing whitespace - add trailing newline - protect SQL statements from being formatted by clang-format
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
|
* fix earthquakes in perspective viewAnsis Brammanis2015-08-241-4/+4
| | | | | Use higher precision for matrix calculations so that the map does not jump around while zooming.
* port mat2 from gl-matrixAnsis Brammanis2015-08-241-0/+52