dimforge / parry

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

Fix some docstrings in `tetrahedron.rs` #187

Closed Chubercik closed 2 months ago

Chubercik commented 3 months ago

When reading docs about the parry3d::shape::Tetrahedron struct I noticed that the Tetrahedron's new() method had the following description:

Creates a tetrahedron from three points.

This PR fixes that oversight (and some others).

sebcrozet commented 2 months ago

Thanks!