3ds Max C++ API Reference
Loading...
Searching...
No Matches
mxskeys.h File Reference

Classes

class  MAXKeyArray
class  MAXKey

Macros

#define ToTCBUI(a)
#define FromTCBUI(a)
#define ToEaseUI(a)
#define FromEaseUI(a)
#define def_time_fn(_fn)

Macro Definition Documentation

◆ ToTCBUI

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

◆ FromTCBUI

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

◆ ToEaseUI

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

◆ FromEaseUI

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

◆ def_time_fn

#define def_time_fn ( _fn)
Value:
Value* _fn##_vf(Value** arg_list, int count) { throw NoMethodError (_M(#_fn), this); return (Value*)0; }
Definition exceptions.h:209
Definition value.h:107
#define _M(x)
Used to wrap string literals.
Definition strbasic.h:67
126#define def_time_fn(_fn) \
127 Value* _fn##_vf(Value** arg_list, int count) { throw NoMethodError (_M(#_fn), this); return (Value*)0; }