Struct CoordT

Struct Documentation

struct CoordT

Public Functions

inline int32_t &operator[](size_t index)
inline bool operator==(const CoordT &other) const
inline bool operator!=(const CoordT &other) const
inline CoordT operator+(const CoordT &other) const
inline CoordT operator-(const CoordT &other) const
inline CoordT &operator+=(const CoordT &other)
inline CoordT &operator-=(const CoordT &other)

Public Members

int32_t x
int32_t y
int32_t z