projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CalcBounds for other Primitives... ;-)
[MicroTrace.git]
/
Box.hxx
diff --git
a/Box.hxx
b/Box.hxx
index
1417e80
..
1d46e03
100644
(file)
--- a/
Box.hxx
+++ b/
Box.hxx
@@
-7,11
+7,12
@@
class Box
{
public:
Box();
+ Box(Vec3f min, Vec3f max);
~Box();
Box(const Box& b);
Box& operator=(const Box& b);
-
+
//! Extend the bounding box to contain point a
void Extend(const Vec3f& a);
//! Clear the bounding box, i.e. set dimensions to infinity.
This page took
0.026045 seconds
and
4
git commands to generate.