|
OpenKalman
|
An atomic coordinates::descriptor reflecting polar coordinates. More...
#include <Polar.hpp>
An atomic coordinates::descriptor reflecting polar coordinates.
C1 and C2 are coefficients, and must be some combination of Distance and Angle, such as Polar<Distance, angle::Radians> or Polar<angle::Degrees, Distance>. Polar coordinates span two adjacent coefficients in a matrix. See David Frederic Crouse, Cubature/Unscented/Sigma Point Kalman Filtering with Angular Measurement Models, 18th Int'l Conf. on Information Fusion 1550, 1553 (2015).
| C1,C2 | Distance and Angle, in either order. By default, they are Distance and angle::Radians, respectively. |
1.8.13