MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vectors.hpp File Reference
#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 >