// file: gentor.h // update: 03/22/03 #ifndef _GENTOR_H #define _GENTOR_H #include #include #include #include "ksolid.h" using namespace std; K_SOLID read_tor(istream&, const bigrational& = 0); K_SOLID read_BRLCAD_tor(istream&, const bigrational& = 0); K_SOLID gen_tor(const bigrational_vector& center, const bigrational_vector& a0, const bigrational_vector& a1, const bigrational_vector& a2, const bigrational& r0, const bigrational& r1); #endif