Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomTypes.h127 typedef domCg_ListOfFloat domCg_float3x2; typedef
DdomCg_param_type.h2236 domCg_float3x2 _value;
2243 domCg_float3x2 &getValue() { return _value; } in getValue()
2248 const domCg_float3x2 &getValue() const { return _value; } in getValue()
2253 void setValue( const domCg_float3x2 &val ) { _value = val; } in setValue()