#[macro_use]
mod common;
mod basic_wide;
mod capsule_capsule;
mod capsule_convex_hull;
mod capsule_cuboid;
mod capsule_cylinder;
mod capsule_infinite_plane;
mod convex_hull_convex_hull;
mod convex_hull_infinite_plane;
mod cuboid_convex_hull;
mod cuboid_cuboid;
mod cuboid_cylinder;
mod cuboid_infinite_plane;
mod cylinder_convex_hull;
mod cylinder_cylinder;
mod cylinder_infinite_plane;
mod sphere_capsule;
mod sphere_convex_hull;
mod sphere_cuboid;
mod sphere_cylinder;
mod sphere_infinite_plane;
mod sphere_sphere;