MapLibre Native Core
|
Holds values for Axonometric rendering. All fields are optional. More...
#include <projection_mode.hpp>
Public Member Functions | |
ProjectionMode & | withAxonometric (bool o) |
ProjectionMode & | withXSkew (double o) |
ProjectionMode & | withYSkew (double o) |
Public Attributes | |
std::optional< bool > | axonometric |
Set to True to enable axonometric rendering, false otherwise. More... | |
std::optional< double > | xSkew |
The X skew value represents how much to skew on the x-axis. More... | |
std::optional< double > | ySkew |
The Y skew value represents how much to skew on the y-axis. More... | |
Holds values for Axonometric rendering. All fields are optional.
Definition at line 12 of file projection_mode.hpp.
|
inline |
Definition at line 13 of file projection_mode.hpp.
|
inline |
Definition at line 14 of file projection_mode.hpp.
|
inline |
Definition at line 15 of file projection_mode.hpp.
std::optional<bool> mbgl::ProjectionMode::axonometric |
Set to True to enable axonometric rendering, false otherwise.
Definition at line 20 of file projection_mode.hpp.
std::optional<double> mbgl::ProjectionMode::xSkew |
The X skew value represents how much to skew on the x-axis.
Definition at line 25 of file projection_mode.hpp.
std::optional<double> mbgl::ProjectionMode::ySkew |
The Y skew value represents how much to skew on the y-axis.
Definition at line 30 of file projection_mode.hpp.