pmartz / jag-3d

Automatically exported from code.google.com/p/jag-3d
0 stars 1 forks source link

BoundAABox::transform() is not currently implemented #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to implement this. Should probably add a function to jagBase/gmtlSupport.h 
that transforms an gmtl::AABox by a gmtl::Matrix. Method would be to transform 
all 8 corner points, then create a new AABox that encloses the points.

Original issue reported on code.google.com by SkewMat...@gmail.com on 3 Jul 2013 at 3:42