|
libosmscout 0.1
|
#include <osmscout/lib/CoreImportExport.h>#include <osmscout/system/SystemTypes.h>#include <osmscout/system/Math.h>#include <osmscout/util/Number.h>#include <osmscout/system/Compiler.h>#include <ostream>#include <string>#include <array>#include <type_traits>#include <tuple>Classes | |
| struct | osmscout::Pixel |
| Representation of a pixel on a display or a plane. More... | |
| class | osmscout::Vertex2D |
| Two dimensional coordinate (floating point values, negative coordinates possible). More... | |
| class | osmscout::Vertex3D |
| Three dimensional coordinate (floating point values, negative coordinates possible). More... | |
Namespaces | |
| namespace | osmscout |
| Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Functions | |
| Vertex2D | osmscout::operator* (const Vertex2D &a, double scale) |
| Vertex2D | osmscout::operator+ (const Vertex2D &a, const Vertex2D &b) |
| Vertex2D | osmscout::operator- (const Vertex2D &a, const Vertex2D &b) |