ncollide icon indicating copy to clipboard operation
ncollide copied to clipboard

Add a method to BoundingVolume that tells if they are touching, penetrating, or disjoint.

Open sebcrozet opened this issue 9 years ago • 1 comments

This method of the BoundingVolume trait would return a three-variants-enum that tells if the bounding volumes are exactly touching, penetrating, or disjoint.

I do not know what name such method should have though.

sebcrozet avatar Oct 31 '14 23:10 sebcrozet

+1 for this, would be quite helpful.

fourbytes avatar May 06 '16 13:05 fourbytes