Searched defs:domSphere (Results 1 - 1 of 1) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomSphere.h22 class domSphere : public daeElement class in inherits:daeElement
122 domSphere(DAE& dae) : daeElement(dae), elemRadius(), elemExtra_array() {} function in class:domSphere
126 virtual ~domSphere() {}
130 virtual domSphere &operator=( const domSphere &cpy ) { (void)cpy; return *this; }

Completed in 34 milliseconds