Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float3x4

2360 		 * The domCg_float3x4 value of the text data of this element. 
2362 domCg_float3x4 _value;
2367 * @return Returns a domCg_float3x4 reference of the _value array.
2369 domCg_float3x4 &getValue() { return _value; }
2372 * @return Returns a constant domCg_float3x4 reference of the _value array.
2374 const domCg_float3x4 &getValue() const { return _value; }
2379 void setValue( const domCg_float3x4 &val ) { _value = val; }