geolib2
|
This is the complete list of members for geo::Transform, including all inherited members.
getBasis() const | geo::Transform | inline |
getOrigin() const | geo::Transform | inline |
inverse() const | geo::Transform | inline |
o_ | geo::Transform | protected |
operator*(const Vector3 &v) const | geo::Transform | inline |
operator*(const Transform &t) const | geo::Transform | inline |
operator<<(std::ostream &out, const Transform &t) | geo::Transform | friend |
r_ | geo::Transform | protected |
setRPY(real roll, real pitch, real yaw) | geo::Transform | inline |
Transform() | geo::Transform | inline |
Transform(real x, real y, real z, real roll=0, real pitch=0, real yaw=0) | geo::Transform | inline |
Transform(real m11, real m12, real m13, real m21, real m22, real m23, real m31, real m32, real m33, real x, real y, real z) | geo::Transform | inline |
Transform(const Matrix3x3 &r, const Vector3 &v) | geo::Transform | inline |