Home
last modified time | relevance | path

Searched refs:domCg_float4x4 (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.h136 typedef domCg_ListOfFloat domCg_float4x4; typedef
H A DdomCg_param_type.h2616 domCg_float4x4 _value;
2623 domCg_float4x4 &getValue() { return _value; } in getValue()
2628 const domCg_float4x4 &getValue() const { return _value; } in getValue()
2633 void setValue( const domCg_float4x4 &val ) { _value = val; } in setValue()