projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
code for assignment 4, gitignored *.ppm, *.png
[MicroTrace.git]
/
InfinitePlane.cxx
diff --git
a/InfinitePlane.cxx
b/InfinitePlane.cxx
index
f73d835
..
c11fb8a
100644
(file)
--- a/
InfinitePlane.cxx
+++ b/
InfinitePlane.cxx
@@
-31,3
+31,15
@@
InfinitePlane::GetNormal(Ray& ray)
{
return m_n;
}
+
+Box
+InfinitePlane::CalcBounds()
+{
+ return Box();
+}
+
+bool
+InfinitePlane::InVoxel(const Box& box)
+{
+ return false;
+}
This page took
0.023512 seconds
and
4
git commands to generate.