struct Bonxai::CoordT
Overview
#include <mrpt/maps/bonxai/bonxai.hpp> struct CoordT { // fields int32_t x; int32_t y; int32_t z; // methods int32_t& operator [] (size_t index); bool operator == (const CoordT& other) const; bool operator != (const CoordT& other) const; CoordT operator + (const CoordT& other) const; CoordT operator - (const CoordT& other) const; CoordT& operator += (const CoordT& other); CoordT& operator -= (const CoordT& other); };