Skip to content

Commit

Permalink
Remove Cylinder::SetLength const method (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Oct 4, 2021
1 parent 4c1259a commit 23a24d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/ignition/math/Cylinder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ namespace ignition
public: void SetRotationalOffset(
const Quaternion<Precision> &_rotOffset);

/// \brief Set the length in meters.
/// \param[in] _length The length of the cylinder in meters.
public: void SetLength(const Precision _length) const;

/// \brief Get the material associated with this cylinder.
/// \return The material assigned to this cylinder
public: const Material &Mat() const;
Expand Down

0 comments on commit 23a24d7

Please sign in to comment.