dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
565 stars 100 forks source link

Add `clone_scaled` to Shape traits #217

Closed Neo-Zhixing closed 2 months ago

Neo-Zhixing commented 3 months ago

We currently have some generic logic for scaling Shape in bevy_rapier. It seems reasonable to put this in the Shape trait so that the same logic can be reused elsewhere.

sebcrozet commented 2 months ago

Thanks!