MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / transformationGroup

Method transformationGroup

source/game/StarNetworkedAnimator.cpp:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450Mat3F NetworkedAnimator::transformationGroup(String const& transformationGroup) const {
451 return m_transformationGroups.get(transformationGroup).affineTransform();
452}
453
454bool NetworkedAnimator::hasTransformationGroup(String const& transformationGroup) const {
455 return m_transformationGroups.contains(transformationGroup);

Callers

nothing calls this directly

Calls 2

affineTransformMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected