parry3d 0.28.0

3 dimensional collision detection library in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod aabb_scale;
mod ball_ball_toi;
mod ball_triangle_toi;
mod convex_hull;
mod cuboid_ray_cast;
mod cylinder_cuboid_contact;
mod epa3;
mod still_objects_toi;
mod time_of_impact3;
mod trimesh_connected_components;
mod trimesh_intersection;
mod trimesh_trimesh_toi;