Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomTypes.h131 typedef domCg_ListOfFloat domCg_float4x2; typedef
DdomCg_param_type.h2488 domCg_float4x2 _value;
2495 domCg_float4x2 &getValue() { return _value; } in getValue()
2500 const domCg_float4x2 &getValue() const { return _value; } in getValue()
2505 void setValue( const domCg_float4x2 &val ) { _value = val; } in setValue()