#include <position.hpp>
|
| | Position ()=default |
| |
| | Position (std::array< float, 3 > &position_) |
| |
| std::array< float, 3 > | getCartesian () const |
| |
| std::array< float, 3 > | getSpherical () const |
| |
| void | set (std::array< float, 3 > &position_) |
| |
| void | setCartesian (std::array< float, 3 > &position_) |
| | Utility function to be used only during interpolation; this leaves spherical coordinates undefined. More...
|
| |
Definition at line 10 of file position.hpp.
◆ Position() [1/2]
| mbgl::style::Position::Position |
( |
| ) |
|
|
default |
◆ Position() [2/2]
| mbgl::style::Position::Position |
( |
std::array< float, 3 > & |
position_ | ) |
|
|
inline |
◆ getCartesian()
| std::array<float, 3> mbgl::style::Position::getCartesian |
( |
| ) |
const |
|
inline |
◆ getSpherical()
| std::array<float, 3> mbgl::style::Position::getSpherical |
( |
| ) |
const |
|
inline |
◆ set()
| void mbgl::style::Position::set |
( |
std::array< float, 3 > & |
position_ | ) |
|
|
inline |
◆ setCartesian()
| void mbgl::style::Position::setCartesian |
( |
std::array< float, 3 > & |
position_ | ) |
|
|
inline |
Utility function to be used only during interpolation; this leaves spherical coordinates undefined.
Definition at line 39 of file position.hpp.
◆ operator!=
◆ operator==
The documentation for this class was generated from the following file:
- /home/runner/work/maplibre-native/maplibre-native/include/mbgl/style/position.hpp