#include <Blendable.h>
Public Member Functions | |
virtual void | blend (float u, const C &dest)=0 |
virtual void | blend (float u, const C &source, const C &dest)=0 |
virtual C | blended (float u, const C &dest) const =0 |
virtual C | blended (float u, const C &source, const C &dest) const =0 |
Definition at line 26 of file Blendable.h.
|
Makes this instance a blend between two other instances
|
|
Blends this instance linearly to another.
|
|
Calculates a blend between two instances
|
|
Calculates a blend between this instance and another
|