ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
KeyFrameInterpolation Class Reference

Base class providing interpolation methods for keyframe animations. More...

#include <KeyFrameTrack.h>

Inheritance diagram for KeyFrameInterpolation:

Public Types

enum  InterpolationMethod { Linear , Cosine , Step }
 Enumeration of interpolation methods. More...
 

Detailed Description

Base class providing interpolation methods for keyframe animations.

This class defines the available interpolation methods, which can be used for smooth transitions between keyframes in animations.

Definition at line 24 of file KeyFrameTrack.h.

Member Enumeration Documentation

◆ InterpolationMethod

Enumeration of interpolation methods.

Provides various methods for transitioning between keyframe values.

Enumerator
Linear 

Linear interpolation.

Cosine 

Smooth cosine interpolation.

Step 

Step interpolation (discrete transitions).

Definition at line 32 of file KeyFrameTrack.h.


The documentation for this class was generated from the following file: