|  | 
| using | keyframe_template = KeyframeTemplate< glm::quat > | 
|  | 
| using | property_t = keyframe_template::property_t | 
|  | 
| using | property_t = glm::quat | 
|  | 
|  | 
| property_t | interpolate_with_other (const QuatKeyframe &other, double parameter) const | 
|  | 
|  | KeyframeTemplate (const glm::quat &t) | 
|  | 
|  | KeyframeTemplate (const glm::quat &t, const glm::quat &aInTangent, const glm::quat &aOutTangent) | 
|  | 
| virtual const glm::quat & | getKeyValue () const | 
|  | 
| virtual void | setKeyValue (const glm::quat &value) | 
|  | 
| glm::quat | interpolate_with_other (const KeyframeTemplate &other, double parameter) const=delete | 
|  | 
|  | 
| glm::quat | mKeyValue | 
|  | 
| glm::quat | mInTangent | 
|  | 
| glm::quat | 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