ITCBKey Class Reference
 
 
 
ITCBKey Class Reference

#include <istdplug.h>

Inheritance diagram for ITCBKey:
IKey MaxHeapOperators ITCBFloatKey ITCBPoint3Key ITCBPoint4Key ITCBRotKey ITCBScaleKey

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