WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
This is the complete list of members for Point, including all inherited members.
operator!=(const Point &other) const | Point | inline |
operator!=(const Transform &)=delete | Point | |
operator*(double scalar) const | Point | inline |
operator* | Point | friend |
operator*=(double scalar) | Point | inline |
operator+(const Point &other) const | Point | inline |
operator+() const | Point | inline |
operator+=(const Point &other) | Point | inline |
operator-() const | Point | inline |
operator-(const Point &other) const | Point | inline |
operator-=(const Point &other) | Point | inline |
operator/(double scalar) const | Point | inline |
operator/=(double scalar) | Point | inline |
operator==(const Point &other) const | Point | |
operator==(const Transform &)=delete | Point | |
Point(const std::array< double, 3 > &pos={0, 0, 0}) | Point | inline |
Point(const std::array< double, 2 > &pos) | Point | inline |
Point(double x, double y, double z=0) | Point | inline |
Point(const R &pos) | Point | inline |
pos() const | Point | inline |
pos() | Point | inline |
pos(std::size_t index) const | Point | inline |
pos(std::size_t i) | Point | inline |
pos_ | Point | protected |