IBezPoint2Key Class Reference
 
 
 
IBezPoint2Key Class Reference

#include <istdplug.h>

Inheritance diagram for IBezPoint2Key:
IKey MaxHeapOperators

Class Description

See also:
Class IKey, Class Point2.

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

The int tangent vector.

Point2 outtan;

The out tangent vector.

Point2 val;

The value of the key.

Point2 inLength;

The in length of the horizontal handle.

Point2 outLength;

The out length of the horizontal handle.

Public Attributes

Point2  intan
Point2  outtan
Point2  val
Point2  inLength
Point2  outLength

Member Data Documentation