| 448 | } |
| 449 | |
| 450 | Mat3F NetworkedAnimator::transformationGroup(String const& transformationGroup) const { |
| 451 | return m_transformationGroups.get(transformationGroup).affineTransform(); |
| 452 | } |
| 453 | |
| 454 | bool NetworkedAnimator::hasTransformationGroup(String const& transformationGroup) const { |
| 455 | return m_transformationGroups.contains(transformationGroup); |
nothing calls this directly
no test coverage detected