|
MapLibre Native Core
|
#include <array>Go to the source code of this file.
Namespaces | |
| mbgl | |
Typedefs | |
| using | mbgl::vec2 = std::array< double, 2 > |
| using | mbgl::vec3 = std::array< double, 3 > |
| using | mbgl::vec3f = std::array< float, 3 > |
| using | mbgl::vec3i = std::array< int, 3 > |
| using | mbgl::vec4 = std::array< double, 4 > |