Skip to content

Commit

Permalink
Merge branch 'ign-math6' into francocipollone/rename_python_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Aug 19, 2021
2 parents c54755f + cf5e33c commit dc50c48
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: ignition-tooling/action-ignition-ci@bionic
with:
codecov-enabled: true
doxygen-enabled: true
focal-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
Expand Down
1 change: 0 additions & 1 deletion include/ignition/math/Cylinder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ namespace ignition
/// \brief Set the rotation offset.
/// See Quaternion<Precision> RotationalOffset() for details on the
/// rotational offset.
/// \return The cylinder's orientation.
/// \sa Quaternion<Precision> RotationalOffset() const
public: void SetRotationalOffset(
const Quaternion<Precision> &_rotOffset);
Expand Down
2 changes: 1 addition & 1 deletion include/ignition/math/Ellipsoid.hh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace ignition
public: Vector3<Precision> Radii() const;

/// \brief Set the radius in meters.
/// \param[in] _radius The radius of the ellipsoid in meters.
/// \param[in] _radii The radii of the ellipsoid in meters.
public: void SetRadii(const Vector3<Precision> &_radii);

/// \brief Get the material associated with this ellipsoid.
Expand Down
8 changes: 0 additions & 8 deletions include/ignition/math/SignalStats.hh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ namespace ignition
#pragma warning(pop)
#endif
};
/// \}

/// \class SignalMaximum SignalStats.hh ignition/math/SignalStats.hh
/// \brief Computing the maximum value of a discretely sampled signal.
Expand All @@ -94,7 +93,6 @@ namespace ignition
// Documentation inherited.
public: virtual void InsertData(const double _data) override;
};
/// \}

/// \class SignalMean SignalStats.hh ignition/math/SignalStats.hh
/// \brief Computing the mean value of a discretely sampled signal.
Expand All @@ -110,7 +108,6 @@ namespace ignition
// Documentation inherited.
public: virtual void InsertData(const double _data) override;
};
/// \}

/// \class SignalMinimum SignalStats.hh ignition/math/SignalStats.hh
/// \brief Computing the minimum value of a discretely sampled signal.
Expand All @@ -126,7 +123,6 @@ namespace ignition
// Documentation inherited.
public: virtual void InsertData(const double _data) override;
};
/// \}

/// \class SignalRootMeanSquare SignalStats.hh ignition/math/SignalStats.hh
/// \brief Computing the square root of the mean squared value
Expand All @@ -143,7 +139,6 @@ namespace ignition
// Documentation inherited.
public: virtual void InsertData(const double _data) override;
};
/// \}

/// \class SignalMaxAbsoluteValue SignalStats.hh
/// ignition/math/SignalStats.hh
Expand All @@ -162,7 +157,6 @@ namespace ignition
// Documentation inherited.
public: virtual void InsertData(const double _data) override;
};
/// \}

/// \class SignalVariance SignalStats.hh ignition/math/SignalStats.hh
/// \brief Computing the incremental variance
Expand All @@ -179,7 +173,6 @@ namespace ignition
// Documentation inherited.
public: virtual void InsertData(const double _data) override;
};
/// \}

/// \brief Forward declare private data class.
class SignalStatsPrivate;
Expand Down Expand Up @@ -256,7 +249,6 @@ namespace ignition
#endif
};
}
/// \}
}
}
#endif
Expand Down
1 change: 0 additions & 1 deletion include/ignition/math/SphericalCoordinates.hh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ namespace ignition
#pragma warning(pop)
#endif
};
/// \}
}
}
}
Expand Down

0 comments on commit dc50c48

Please sign in to comment.