fixed several warnings, thanks to sparkprime added comments patch for linear math, thanks to Tully Foote
if ( !dynamic_cast<GLUI_Rollout*>(this) && becomes if ( !this->dynamicCastGLUI_Rollout() && etc.