#include <eggMorph.h>
Inheritance diagram for EggMorph< Parameter >:
Public Member Functions | |
INLINE | EggMorph (const string &name, const Parameter &offset) |
INLINE void | set_offset (const Parameter &offset) |
INLINE const Parameter & | get_offset () const |
INLINE bool | operator< (const EggMorph< Parameter > &other) const |
INLINE bool | operator== (const EggMorph< Parameter > &other) const |
INLINE bool | operator!= (const EggMorph< Parameter > &other) const |
Private Attributes | |
Parameter | _offset |
|
|
|
Referenced by ComputedVerticesMaker::add_color(), ComputedVerticesMaker::add_normal(), ComputedVerticesMaker::add_texcoord(), and ComputedVerticesMaker::add_vertex(). |
|
|
|
|
|
|
|
Referenced by EggVertex::transform(), and EggAttributes::transform(). |
|
Definition at line 48 of file eggMorph.h. |