Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:FloatAttribute

892     float     FloatAttribute( const char* name ) const    { float f=0;    QueryFloatAttribute( name, &f );    return f; }