Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float3x3

2297 		 * The domCg_float3x3 value of the text data of this element. 
2299 domCg_float3x3 _value;
2304 * @return Returns a domCg_float3x3 reference of the _value array.
2306 domCg_float3x3 &getValue() { return _value; }
2309 * @return Returns a constant domCg_float3x3 reference of the _value array.
2311 const domCg_float3x3 &getValue() const { return _value; }
2316 void setValue( const domCg_float3x3 &val ) { _value = val; }