Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
ITCBKey Class Reference
Main Page
Public Attributes
ITCBKey Class Reference
Search for all occurrences
#include <istdplug.h>
Inheritance diagram for ITCBKey:
Class Description
See also:
Class
IKey
.
Description:
This is the base class for Tension Continuity and Bias keys.
Data Members:
float tens;
The tension setting. Values are in the range -1.0 to 1.0, where 0.0 is the default.
float cont;
The continuity setting. Values are in the range -1.0 to 1.0, where 0.0 is the default.
float bias;
The bias setting. Values are in the range -1.0 to 1.0, where 0.0 is the default.
float easeIn;
The ease in value. Values are in the range 0.0 to 50.0, where25.0 is the default.
float easeOut;
The ease out value. Values are in the range 0.0 to 50.0, where 25.0 is the default.
Public Attributes
float
tens
float
cont
float
bias
float
easeIn
float
easeOut
Member Data Documentation
float
tens
Search for all occurrences
float
cont
Search for all occurrences
float
bias
Search for all occurrences
float
easeIn
Search for all occurrences
float
easeOut
Search for all occurrences