[][src]Crate mini_collide

Collision primitives to accompany the mini-math crate.

Structs

Plane

An infinite plane.

Ray

An infinite ray.

Sphere

A sphere

Triangle

A triangle.

Traits

Intersection

Trait for determining whether two shapes intersect with one another.