HomeSort by relevance Sort by last modified time
    Searched defs:domRadius (Results 1 - 3 of 3) sorted by null

  /external/collada/include/1.4/dom/
domSphere.h 29 class domRadius;
31 typedef daeSmartRef<domRadius> domRadiusRef;
37 class domRadius : public daeElement
66 domRadius(DAE& dae) : daeElement(dae), _value() {}
70 virtual ~domRadius() {}
74 virtual domRadius &operator=( const domRadius &cpy ) { (void)cpy; return *this; }
94 * A float value that represents the radius of the sphere @see domRadius
domCapsule.h 91 class domRadius;
93 typedef daeSmartRef<domRadius> domRadiusRef;
99 class domRadius : public daeElement
133 domRadius(DAE& dae) : daeElement(dae), _value() {}
137 virtual ~domRadius() {}
141 virtual domRadius &operator=( const domRadius &cpy ) { (void)cpy; return *this; }
167 * @see domRadius
domCylinder.h 91 class domRadius;
93 typedef daeSmartRef<domRadius> domRadiusRef;
99 class domRadius : public daeElement
133 domRadius(DAE& dae) : daeElement(dae), _value() {}
137 virtual ~domRadius() {}
141 virtual domRadius &operator=( const domRadius &cpy ) { (void)cpy; return *this; }
166 * float2 values that represent the radii of the cylinder. @see domRadius

Completed in 64 milliseconds