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

  /external/collada/include/1.4/dom/
domCg_param_type.h 1047 * The domCg_bool3x4 value of the text data of this element.
1049 domCg_bool3x4 _value;
1054 * @return Returns a domCg_bool3x4 reference of the _value array.
1056 domCg_bool3x4 &getValue() { return _value; }
1059 * @return Returns a constant domCg_bool3x4 reference of the _value array.
1061 const domCg_bool3x4 &getValue() const { return _value; }
1066 void setValue( const domCg_bool3x4 &val ) { _value = val; }
    [all...]
domTypes.h 110 typedef domCg_ListOfBool domCg_bool3x4;
    [all...]

Completed in 19 milliseconds