2009-01-13 04:40:13 +05:00
|
|
|
#ifndef FILE_GEOMETRY2D
|
|
|
|
#define FILE_GEOMETRY2D
|
|
|
|
|
|
|
|
/* *************************************************************************/
|
|
|
|
/* File: geometry2d.hpp */
|
|
|
|
/* Author: Joachim Schoeberl */
|
|
|
|
/* Date: 20. Jul. 02 */
|
|
|
|
/* *************************************************************************/
|
|
|
|
|
|
|
|
#include <myadt.hpp>
|
|
|
|
#include <gprim.hpp>
|
|
|
|
|
2009-09-07 17:50:13 +06:00
|
|
|
|
2009-01-13 04:40:13 +05:00
|
|
|
#include "spline.hpp"
|
|
|
|
#include "splinegeometry.hpp"
|
|
|
|
#include "geom2dmesh.hpp"
|
2009-09-07 17:50:13 +06:00
|
|
|
|
2009-01-13 04:40:13 +05:00
|
|
|
|
|
|
|
#endif
|