Class IBezScaleKey
See Also: Class IKey, Class Point3, Class ScaleValue.
class IBezScaleKey : public IKey
Description:
This class stores a Bezier scale key.
Data Members:
public:
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.