|  | 
| using | keyframe_template = KeyframeTemplate< glm::vec3 > | 
|  | 
| using | property_t = keyframe_template::property_t | 
|  | 
| using | property_t = glm::vec3 | 
|  | 
|  | 
| property_t | interpolate_with_other (const Vec3Keyframe &other, double parameter) const | 
|  | 
|  | KeyframeTemplate (const glm::vec3 &t) | 
|  | 
|  | KeyframeTemplate (const glm::vec3 &t, const glm::vec3 &aInTangent, const glm::vec3 &aOutTangent) | 
|  | 
| virtual const glm::vec3 & | getKeyValue () const | 
|  | 
| virtual void | setKeyValue (const glm::vec3 &value) | 
|  | 
| glm::vec3 | interpolate_with_other (const KeyframeTemplate &other, double parameter) const=delete | 
|  | 
|  | 
| glm::vec3 | mKeyValue | 
|  | 
| glm::vec3 | mInTangent | 
|  | 
| glm::vec3 | mOutTangent | 
|  | 
| InterpolationType | mInterpolationType | 
|  | 
The documentation for this struct was generated from the following files:
- /home/kjyager/Code/projects/GI_merge/src/components/attachable/KeyframeAnimation.hpp
- /home/kjyager/Code/projects/GI_merge/src/components/attachable/KeyframeAnimation.cpp