Home | History | Annotate | Download | only in dom

Lines Matching refs:domGlsl_float3

417 		 * The domGlsl_float3 value of the text data of this element. 
419 domGlsl_float3 _value;
424 * @return Returns a domGlsl_float3 reference of the _value array.
426 domGlsl_float3 &getValue() { return _value; }
429 * @return Returns a constant domGlsl_float3 reference of the _value array.
431 const domGlsl_float3 &getValue() const { return _value; }
436 void setValue( const domGlsl_float3 &val ) { _value = val; }