IptoP changed into IPfToPf

This commit is contained in:
ganovelli 2011-04-13 16:15:13 +00:00
parent dbd3bd1a70
commit 017323e803
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ public:
/// Dato un box in voxel ritorna gli estremi del box reale
void IBoxToBox( const Box3i & ib, Box3x & b ) const
{
IPToP(ib.min,b.min);
IPToP(ib.max,b.max);
IPiToPf(ib.min,b.min);
IPiToPf(ib.max+Point3i(1,1,1),b.max);
}
};