Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float4x4

2612 		 * The domCg_float4x4 value of the text data of this element. 
2614 domCg_float4x4 _value;
2619 * @return Returns a domCg_float4x4 reference of the _value array.
2621 domCg_float4x4 &getValue() { return _value; }
2624 * @return Returns a constant domCg_float4x4 reference of the _value array.
2626 const domCg_float4x4 &getValue() const { return _value; }
2631 void setValue( const domCg_float4x4 &val ) { _value = val; }