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

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 769 class domFloat2x2;
771 typedef daeSmartRef<domFloat2x2> domFloat2x2Ref;
774 class domFloat2x2 : public daeElement
783 * The ::domFloat2x2 value of the text data of this element.
785 ::domFloat2x2 _value;
790 * @return Returns a ::domFloat2x2 reference of the _value array.
792 ::domFloat2x2 &getValue() { return _value; }
795 * @return Returns a constant ::domFloat2x2 reference of the _value array.
797 const ::domFloat2x2 &getValue() const { return _value; }
802 void setValue( const ::domFloat2x2 &val ) { _value = val;
    [all...]
domGlsl_param_type.h 529 class domFloat2x2;
531 typedef daeSmartRef<domFloat2x2> domFloat2x2Ref;
534 class domFloat2x2 : public daeElement
568 domFloat2x2(DAE& dae) : daeElement(dae), _value() {}
572 virtual ~domFloat2x2() {}
576 virtual domFloat2x2 &operator=( const domFloat2x2 &cpy ) { (void)cpy; return *this; }
    [all...]
domFx_basic_type_common.h 1086 class domFloat2x2;
1088 typedef daeSmartRef<domFloat2x2> domFloat2x2Ref;
1091 class domFloat2x2 : public daeElement
1100 * The ::domFloat2x2 value of the text data of this element.
1102 ::domFloat2x2 _value;
1107 * @return Returns a ::domFloat2x2 reference of the _value array.
1109 ::domFloat2x2 &getValue() { return _value; }
1112 * @return Returns a constant ::domFloat2x2 reference of the _value array.
1114 const ::domFloat2x2 &getValue() const { return _value; }
1119 void setValue( const ::domFloat2x2 &val ) { _value = val;
    [all...]
domGles_basic_type_common.h 1083 class domFloat2x2;
1085 typedef daeSmartRef<domFloat2x2> domFloat2x2Ref;
1088 class domFloat2x2 : public daeElement
1097 * The ::domFloat2x2 value of the text data of this element.
1099 ::domFloat2x2 _value;
1104 * @return Returns a ::domFloat2x2 reference of the _value array.
1106 ::domFloat2x2 &getValue() { return _value; }
1109 * @return Returns a constant ::domFloat2x2 reference of the _value array.
1111 const ::domFloat2x2 &getValue() const { return _value; }
1116 void setValue( const ::domFloat2x2 &val ) { _value = val;
    [all...]
domCg_param_type.h     [all...]
domTypes.h 36 typedef domListOfFloats domFloat2x2;
    [all...]

Completed in 26 milliseconds