Home
last modified time | relevance | path

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

/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.4/dom/
H A DdomTypes.h134 typedef domCg_ListOfFloat domCg_float4x2; typedef
H A DdomCg_param_type.h2490 domCg_float4x2 _value;
2497 domCg_float4x2 &getValue() { return _value; } in getValue()
2502 const domCg_float4x2 &getValue() const { return _value; } in getValue()
2507 void setValue( const domCg_float4x2 &val ) { _value = val; } in setValue()