00001 #ifndef __2DCH_H 00002 #define __2DCH_H 00003 00004 #include <osg/Vec3> 00005 00006 std::size_t ch2d( osg::Vec3 **P, std::size_t n ); 00007 00008 #endif /* __2DCH_H */