IBezFloatKey Class Reference
 
 
 
IBezFloatKey Class Reference

This reference page is linked to from the following overview topics: Keyframe Data Access Classes and Methods.


#include <istdplug.h>

Inheritance diagram for IBezFloatKey:
IKey MaxHeapOperators

Class Description

See also:
Class IKey.

Description:
This class stores a Bezier floating point key.
Data Members:
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.

Public Attributes

float  intan
float  outtan
float  val
float  inLength
float  outLength

Member Data Documentation