Rename rounded -> round.

This commit is contained in:
Crozet Sébastien
2020-10-20 18:14:20 +02:00
parent 949e3f5384
commit f7a6f433d6
7 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ pub trait Roundable {
#[cfg(feature = "dim3")]
impl Roundable for Cylinder {
fn rounded_shape_type() -> ShapeType {
ShapeType::RoundedCylinder
ShapeType::RoundCylinder
}
}