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

  /external/collada/include/1.4/dom/
domAsset.h 921 * The domUpAxisType value of the text data of this element.
923 domUpAxisType _value;
928 * @return a domUpAxisType of the value.
930 domUpAxisType getValue() const { return _value; }
935 void setValue( domUpAxisType val ) { _value = val; }
    [all...]
domTypes.h 220 enum domUpAxisType {
    [all...]

Completed in 21 milliseconds