HomeSort by relevance Sort by last modified time
    Searched refs:domGlsl_float3 (Results 1 - 2 of 2) sorted by null

  /external/collada/include/1.4/dom/
domGlsl_param_type.h 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; }
    [all...]
domTypes.h 72 typedef domGlsl_ListOfFloat domGlsl_float3;
    [all...]

Completed in 19 milliseconds