Revision 372,
529 bytes
checked in by bittner, 19 years ago
(diff) |
preparation for vss preprocessor. converted all .cpp and .h to dos new line format
|
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.