Go to the source code of this file.
|
class | pyramid |
| A geometric pyramid primitive with a base of 'n' sides: i.e. a parametric pyramid. A pyramid is constructed from a base polygon and an apex point. More...
|
|
class | pyramid |
| A geometric pyramid primitive with a base of 'n' sides: i.e. a parametric pyramid. A pyramid is constructed from a base polygon and an apex point. More...
|
|
|
template<class Point , class PointRef , class polygonRef > |
Istream & | operator>> (Istream &is, pyramid< Point, PointRef, polygonRef > &p) |
|
template<class Point , class PointRef , class polygonRef > |
Ostream & | operator<< (Ostream &os, const pyramid< Point, PointRef, polygonRef > &p) |
|
Original source file pyramid.H
Definition in file pyramid.H.