summaryrefslogtreecommitdiff
path: root/include/gencyl.h
blob: df9cc3f83731f41abf003daa743178529648a7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _GENCYL_H
#define _GENCYL_H

#include <cassert>
#include <cstdlib>
#include <iostream>

#include <bigrational_vector.h>

#include <ksolid.h>

using namespace std;

K_SOLID read_cyl(istream&, const bigrational& = 0);
K_SOLID read_BRLCAD_cyl(istream&, const bigrational& = 0);

#endif