Skip to content

Commit

Permalink
Document Pose::operator*() (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz committed Nov 4, 2020
1 parent b5306cc commit 3338263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ignition/math/Pose3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ namespace ignition
}

/// \brief Multiplication operator.
/// Given X_OP (frame P relative to O) and X_PQ (frame Q relative to P)
/// then X_OQ = X_OP * X_PQ (frame Q relative to O).
/// \param[in] _pose The pose to mutlipy by.
/// \return The resulting pose.
public: Pose3<T> operator*(const Pose3<T> &_pose) const
Expand Down

0 comments on commit 3338263

Please sign in to comment.