Home
last modified time | relevance | path

Searched refs:WavefrontObj (Results 1 – 11 of 11) sorted by relevance

/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_wavefront.h41 class WavefrontObj
44 WavefrontObj(void);
45 ~WavefrontObj(void);
H A Dcd_wavefront.cpp777 WavefrontObj::WavefrontObj(void) in WavefrontObj() function in ConvexDecomposition::WavefrontObj
785 WavefrontObj::~WavefrontObj(void) in ~WavefrontObj()
791 unsigned int WavefrontObj::loadObj(const char *fname) // load a wavefront obj returns number of tr… in loadObj()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_wavefront.h45 class WavefrontObj
49 WavefrontObj(void);
50 ~WavefrontObj(void);
H A Dcd_wavefront.cpp809 WavefrontObj::WavefrontObj(void) in WavefrontObj() function in ConvexDecomposition::WavefrontObj
817 WavefrontObj::~WavefrontObj(void) in ~WavefrontObj()
823 unsigned int WavefrontObj::loadObj(const char *fname) // load a wavefront obj returns number of tri… in loadObj()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_wavefront.h45 class WavefrontObj
49 WavefrontObj(void);
50 ~WavefrontObj(void);
H A Dcd_wavefront.cpp809 WavefrontObj::WavefrontObj(void) in WavefrontObj() function in ConvexDecomposition::WavefrontObj
817 WavefrontObj::~WavefrontObj(void) in ~WavefrontObj()
823 unsigned int WavefrontObj::loadObj(const char *fname) // load a wavefront obj returns number of tri… in loadObj()
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_wavefront.h41 class WavefrontObj
44 WavefrontObj(void);
45 ~WavefrontObj(void);
H A Dcd_wavefront.cpp777 WavefrontObj::WavefrontObj(void) in WavefrontObj() function in ConvexDecomposition::WavefrontObj
785 WavefrontObj::~WavefrontObj(void) in ~WavefrontObj()
791 unsigned int WavefrontObj::loadObj(const char *fname) // load a wavefront obj returns number of tr… in loadObj()
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACDv2/
H A Dwavefront.h33 class WavefrontObj
37 WavefrontObj(void);
38 ~WavefrontObj(void);
H A Dwavefront.cpp769 WavefrontObj::WavefrontObj(void) in WavefrontObj() function in WavefrontObj
778 WavefrontObj::~WavefrontObj(void) in ~WavefrontObj()
784 unsigned int WavefrontObj::loadObj(const char *fname, bool textured) // load a wavefront obj return… in loadObj()
830 bool WavefrontObj::saveObj(const char *fname,int vcount,const float *vertices,int tcount,const int … in saveObj()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dpolyhedron_3d.py179 class WavefrontObj(object): class
306 obj = WavefrontObj(self.get_filename())