IBezPoint4Key Class Reference
 
 
 
IBezPoint4Key Class Reference

#include <istdplug.h>

Inheritance diagram for IBezPoint4Key:
IKey MaxHeapOperators

Class Description

See also:
Class IKey, Class Point4.

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

The int tangent vector.

Point4 outtan;

The out tangent vector.

Point4 val;

The value of the key.

Point4 inLength;

The in length of the horizontal handle.

Point4 outLength;

The out length of the horizontal handle.

Public Attributes

Point4  intan
Point4  outtan
Point4  val
Point4  inLength
Point4  outLength

Member Data Documentation