changed 1 wrong comment RayIterator---- Refresh .. was the opposite
This commit is contained in:
parent
8e4a9f2011
commit
f2706529cf
vcg/space/index
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.22 2006/10/26 08:28:50 pietroni
|
||||||
|
corrected 1 bug in operator ++ of closest iterator
|
||||||
|
|
||||||
Revision 1.21 2006/10/25 15:59:29 pietroni
|
Revision 1.21 2006/10/25 15:59:29 pietroni
|
||||||
corrected bug in closest iterator.. if doesn't find any alement at first cells examinated continue until find some element
|
corrected bug in closest iterator.. if doesn't find any alement at first cells examinated continue until find some element
|
||||||
|
|
||||||
|
@ -209,7 +212,7 @@ namespace vcg{
|
||||||
{return end;}
|
{return end;}
|
||||||
|
|
||||||
|
|
||||||
///refresh current cell intersection , return true if there are
|
///refresh current cell intersection , return false if there are
|
||||||
///at lest 1 intersection
|
///at lest 1 intersection
|
||||||
bool Refresh()
|
bool Refresh()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue