Home
last modified time | relevance | path

Searched refs:domCg_float1x1 (Results 1 – 2 of 2) sorted by relevance

/external/collada/include/1.4/dom/
DdomTypes.h118 typedef domCg_ListOfFloat domCg_float1x1; typedef
DdomCg_param_type.h1669 domCg_float1x1 _value;
1676 domCg_float1x1 &getValue() { return _value; } in getValue()
1681 const domCg_float1x1 &getValue() const { return _value; } in getValue()
1686 void setValue( const domCg_float1x1 &val ) { _value = val; } in setValue()