aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/rounded.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-10-20 18:14:20 +0200
committerCrozet Sébastien <developer@crozet.re>2020-10-20 18:14:20 +0200
commitf7a6f433d62ea427f6e2233365a6f534ca7e1c63 (patch)
treea54b68e92bfdc2154cdd94d1404e4bceee4f8a55 /src/geometry/rounded.rs
parent949e3f5384a366c3bff5415c5db4635e811a580e (diff)
downloadrapier-f7a6f433d62ea427f6e2233365a6f534ca7e1c63.tar.gz
rapier-f7a6f433d62ea427f6e2233365a6f534ca7e1c63.tar.bz2
rapier-f7a6f433d62ea427f6e2233365a6f534ca7e1c63.zip
Rename rounded -> round.
Diffstat (limited to 'src/geometry/rounded.rs')
-rw-r--r--src/geometry/rounded.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/rounded.rs b/src/geometry/rounded.rs
index ce3fc96..bfbab3b 100644
--- a/src/geometry/rounded.rs
+++ b/src/geometry/rounded.rs
@@ -17,7 +17,7 @@ pub trait Roundable {
#[cfg(feature = "dim3")]
impl Roundable for Cylinder {
fn rounded_shape_type() -> ShapeType {
- ShapeType::RoundedCylinder
+ ShapeType::RoundCylinder
}
}