|
RIT VEXU Core API
|
This is the complete list of members for Point2d, including all inherited members.
| as_vector() const | Point2d | |
| as_vector(Eigen::Vector2d X, Eigen::Vector2d Y) const | Point2d | |
| distance(const Point2d &other) const | Point2d | |
| manhattan_distance(const Point2d &other) const | Point2d | |
| manhattan_norm() const | Point2d | |
| norm() const | Point2d | |
| operator*(const int &scalar) const | Point2d | |
| operator*(const Point2d &other) const | Point2d | |
| operator+(const Point2d &other) const | Point2d | |
| operator-(const Point2d &other) const | Point2d | |
| operator-() const | Point2d | |
| operator<<(std::ostream &os, const Point2d &point) | Point2d | friend |
| operator==(const Point2d &other) const | Point2d | |
| Point2d() | Point2d | inline |
| Point2d(const int &x, const int &y) | Point2d | |
| Point2d(const Eigen::Vector2i &vector) | Point2d | |
| setX(const int &x) | Point2d | |
| setY(const int &y) | Point2d | |
| x() const | Point2d | |
| y() const | Point2d |