maxscript/maxwrapper/mxskeys.h File Reference

mxskeys.h File Reference

Macros

#define ToTCBUI(a)   (((a)+1.0f)*25.0f)
 
#define FromTCBUI(a)   (((a)/25.0f)-1.0f)
 
#define ToEaseUI(a)   ((a)*50.0f)
 
#define FromEaseUI(a)   ((a)/50.0f)
 
#define def_time_fn(_fn)   Value* _fn##_vf(Value** arg_list, int count) { throw NoMethodError (_M(#_fn), this); return (Value*)0; }
 

Macro Definition Documentation

#define ToTCBUI (   a)    (((a)+1.0f)*25.0f)
#define FromTCBUI (   a)    (((a)/25.0f)-1.0f)
#define ToEaseUI (   a)    ((a)*50.0f)
#define FromEaseUI (   a)    ((a)/50.0f)
#define def_time_fn (   _fn)    Value* _fn##_vf(Value** arg_list, int count) { throw NoMethodError (_M(#_fn), this); return (Value*)0; }