RIT VEXU Core API
|
This is the complete list of members for Translation2d, including all inherited members.
as_vector() const | Translation2d | |
distance(const Translation2d &other) const | Translation2d | |
norm() const | Translation2d | |
normalize() const | Translation2d | |
operator*(const double &scalar) const | Translation2d | |
operator*(const Translation2d &other) const | Translation2d | |
operator+(const Translation2d &other) const | Translation2d | |
operator-(const Translation2d &other) const | Translation2d | |
operator-() const | Translation2d | |
operator/(const double &scalar) const | Translation2d | |
operator<<(std::ostream &os, const Translation2d &translation) | Translation2d | friend |
operator==(const Translation2d &other) const | Translation2d | |
rotate_around(const Translation2d &other, const Rotation2d &rotation) const | Translation2d | |
rotate_by(const Rotation2d &rotation) const | Translation2d | |
setX(double x) | Translation2d | |
setY(double y) | Translation2d | |
theta() const | Translation2d | |
Translation2d() | Translation2d | inline |
Translation2d(const double &x, const double &y) | Translation2d | |
Translation2d(const Eigen::Vector2d &vector) | Translation2d | |
Translation2d(const double &r, const Rotation2d &theta) | Translation2d | |
x() const | Translation2d | |
y() const | Translation2d |