HomeSort by relevance Sort by last modified time
    Searched refs:domFloat7 (Results 1 - 2 of 2) sorted by null

  /external/collada/include/1.4/dom/
domSkew.h 38 * The domFloat7 value of the text data of this element.
40 domFloat7 _value;
56 * @return Returns a domFloat7 reference of the _value array.
58 domFloat7 &getValue() { return _value; }
61 * @return Returns a constant domFloat7 reference of the _value array.
63 const domFloat7 &getValue() const { return _value; }
68 void setValue( const domFloat7 &val ) { _value = val; }
domTypes.h 35 typedef domListOfFloats domFloat7;
    [all...]

Completed in 17 milliseconds