Revision 260,
507 bytes
checked in by mattausch, 19 years ago
(diff) |
added viewcell stuff
|
Line | |
---|
1 | #include "Polytope.h"
|
---|
2 | |
---|
3 | /************************************************ |
---|
4 | * class Polyhedron implementation * |
---|
5 | ***********************************************/ |
---|
6 | |
---|
7 | bool Polyhedron::IsBounded() |
---|
8 | { |
---|
9 | return true; |
---|
10 | } |
---|
11 | |
---|
12 | /************************************************ |
---|
13 | * class Polytope implementation * |
---|
14 | ***********************************************/ |
---|
15 | |
---|
16 | Polytope::Polytope(const Polyhedron &boundedPoly) |
---|
17 | { |
---|
18 | } |
---|
19 | |
---|
20 | void Polytope::Split(Hyperplane *plane, Polytope *front, Polytope *back) |
---|
21 | { |
---|
22 | } |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.