3ds Max C++ API Reference
mxskeys.h File Reference

Classes

class  MAXKeyArray
 
class  MAXKey
 

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

◆ ToTCBUI

#define ToTCBUI (   a)    (((a)+1.0f)*25.0f)

◆ FromTCBUI

#define FromTCBUI (   a)    (((a)/25.0f)-1.0f)

◆ ToEaseUI

#define ToEaseUI (   a)    ((a)*50.0f)

◆ FromEaseUI

#define FromEaseUI (   a)    ((a)/50.0f)

◆ def_time_fn

#define def_time_fn (   _fn)     Value* _fn##_vf(Value** arg_list, int count) { throw NoMethodError (_M(#_fn), this); return (Value*)0; }