Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_float3

1541 		 * The domCg_float3 value of the text data of this element. 
1543 domCg_float3 _value;
1548 * @return Returns a domCg_float3 reference of the _value array.
1550 domCg_float3 &getValue() { return _value; }
1553 * @return Returns a constant domCg_float3 reference of the _value array.
1555 const domCg_float3 &getValue() const { return _value; }
1560 void setValue( const domCg_float3 &val ) { _value = val; }