projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed Box::Extend(Vec3f&)
[MicroTrace.git]
/
Sphere.cxx
diff --git
a/Sphere.cxx
b/Sphere.cxx
index
6060361
..
137ce8f
100644
(file)
--- a/
Sphere.cxx
+++ b/
Sphere.cxx
@@
-62,5
+62,5
@@
Sphere::CalcBounds()
bool
Sphere::InVoxel(const Box& box)
{
- return
false
;
+ return
CalcBounds().Overlaps(box)
;
}
This page took
0.020356 seconds
and
4
git commands to generate.