This is the complete list of members for mrpt::math::CAtan2LookUpTable, including all inherited members.
| atan2(double y, double x, double &out_atan2) const noexcept | mrpt::math::CAtan2LookUpTable | inline |
| atan2ByIndex(unsigned int iy, unsigned int ix, double &out_atan2) const noexcept | mrpt::math::CAtan2LookUpTable | inline |
| CAtan2LookUpTable() noexcept | mrpt::math::CAtan2LookUpTable | |
| CAtan2LookUpTable(double xmin, double xmax, double ymin, double ymax, double resolution) noexcept | mrpt::math::CAtan2LookUpTable | |
| getResolution() const | mrpt::math::CAtan2LookUpTable | inline |
| getSizeX() const | mrpt::math::CAtan2LookUpTable | inline |
| getSizeY() const | mrpt::math::CAtan2LookUpTable | inline |
| getXMax() const | mrpt::math::CAtan2LookUpTable | inline |
| getXMin() const | mrpt::math::CAtan2LookUpTable | inline |
| getYMax() const | mrpt::math::CAtan2LookUpTable | inline |
| getYMin() const | mrpt::math::CAtan2LookUpTable | inline |
| m_grid | mrpt::math::CAtan2LookUpTable | private |
| resize(double xmin, double xmax, double ymin, double ymax, double resolution) noexcept | mrpt::math::CAtan2LookUpTable | |