use point<ScalarType> instead of Point3d in Grid(.)

This commit is contained in:
Massimiliano Corsini 2009-01-15 15:31:22 +00:00
parent a7c15f807d
commit b810569a61
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ namespace vcg{
///return the simplexes of the cell that contain p
void Grid( const Point3d & p, CellIterator & first, CellIterator & last )
void Grid( const Point3<ScalarType> & p, CellIterator & first, CellIterator & last )
{
vcg::Point3i _c;
this->PToIP(p,_c);