projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
InVoxel() for all Primitives, including fix for Triangle::CalcBounds()
[MicroTrace.git]
/
InfinitePlane.hxx
diff --git
a/InfinitePlane.hxx
b/InfinitePlane.hxx
index
06a5aa0
..
b855851
100644
(file)
--- a/
InfinitePlane.hxx
+++ b/
InfinitePlane.hxx
@@
-11,6
+11,8
@@
public:
virtual bool Intersect(Ray& ray);
virtual Vec3f GetNormal(Ray& ray);
+ virtual Box CalcBounds();
+ virtual bool InVoxel(const Box& box);
private:
Vec3f m_a, m_n;
};
This page took
0.018509 seconds
and
4
git commands to generate.