Class Index

Class Documentation

class BlackBox::Index

Data type for handling polar coords based on LED Ring model.

Public Functions

Index(int index = 0)
Index(Coords other)
int value() const
Index &operator+=(const Index&)
Index &operator-=(const Index&)
Index &operator++()
Index &operator--()
bool operator<(const Index&) const
bool operator>(const Index&) const
bool operator<=(const Index&) const
bool operator>=(const Index&) const
bool operator==(const Index&) const
bool operator!=(const Index&) const
operator int() const