docstring/spelling
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
This commit is contained in:
@@ -505,6 +505,7 @@ impl ColliderBuilder {
|
||||
}
|
||||
|
||||
/// Sets the uniform density of the collider this builder will build.
|
||||
///
|
||||
/// This will be overridden by a call to [`Self::mass_properties`] so it only makes sense to call
|
||||
/// either [`Self::density`] or [`Self::mass_properties`].
|
||||
pub fn density(mut self, density: Real) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user