IBezScaleKey Class Reference
 
 
 
IBezScaleKey Class Reference

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


#include <istdplug.h>

Inheritance diagram for IBezScaleKey:
IKey MaxHeapOperators

Class Description

See also:
Class IKey, Class Point3, Class ScaleValue.

Description:
This class stores a Bezier scale key.
Data Members:
Point3 intan;

The int tangent vector.

Point3 outtan;

The out tangent vector.

ScaleValue val;

The value of the key.

Point3 inLength;

The in length of the horizontal handle.

Point3 outLength;

The out length of the horizontal handle.

Public Attributes

Point3  intan
Point3  outtan
ScaleValue  val
Point3  inLength
Point3  outLength

Member Data Documentation