Type Definition fluffl::math::aabb::AABB3

source · []
pub type AABB3<T> = AABB<3, T>;
Expand description

3D aabb

Implementations