Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomTypes.h132 typedef domCg_ListOfFloat domCg_float4x3; typedef
DdomCg_param_type.h2551 domCg_float4x3 _value;
2558 domCg_float4x3 &getValue() { return _value; } in getValue()
2563 const domCg_float4x3 &getValue() const { return _value; } in getValue()
2568 void setValue( const domCg_float4x3 &val ) { _value = val; } in setValue()