rustgd / collision-rs

A collision extension to cgmath
Apache License 2.0
125 stars 24 forks source link

Cube does not implement Aabb #96

Open SirVer opened 6 years ago

SirVer commented 6 years ago

Is this intentional?

Rhuagh commented 6 years ago

Cube is a collision primitive, not a bounding volume. Aabb3 is the bounding volume.

SirVer commented 6 years ago

But is a Cube not conceptually an Aabb3? Why does it not implement its behaviour?