Class IBezFloatKey

3DS Max Plug-In SDK

Class IBezFloatKey

See Also: Class IKey.

class IBezFloatKey : public IKey

Description:

This class stores a Bezier floating point key.

Data Members:

public:

float intan;

The in tangent value.

float outtan;

The out tangent value.

float val;

The value of the key.

float inLength;

The in length of the horizontal handle.

float outLength;

The out length of the horizontal handle.