OpenKalman
|
Definition of Polar class and associated details. More...
#include <type_traits>
#include <typeindex>
#include <cmath>
#include <array>
#include "../../../basics/compatibility/language-features.hpp"
#include "values/concepts/number.hpp"
#include "values/concepts/complex.hpp"
#include "values/functions/internal/update_real_part.hpp"
#include "values/math/signbit.hpp"
#include "values/math/abs.hpp"
#include "values/math/cos.hpp"
#include "values/math/sin.hpp"
#include "values/math/atan2.hpp"
#include "linear-algebra/coordinates/interfaces/coordinate_descriptor_traits.hpp"
#include "linear-algebra/coordinates/functions/internal/get_hash_code.hpp"
#include "Distance.hpp"
#include "Angle.hpp"
Go to the source code of this file.
Classes | |
struct | OpenKalman::coordinates::Polar< C1, C2 > |
An atomic coordinates::descriptor reflecting polar coordinates. More... | |
struct | OpenKalman::interface::detail::PolarBase< T, Min, Max, d_i, a_i, d2_i, x_i, y_i > |
struct | OpenKalman::interface::coordinate_descriptor_traits< coordinates::Polar< coordinates::Distance, coordinates::Angle< Min, Max > > > |
struct | OpenKalman::interface::coordinate_descriptor_traits< coordinates::Polar< coordinates::Angle< Min, Max >, coordinates::Distance > > |
Definition of Polar class and associated details.