MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetTranslationRotationFast

Method SetTranslationRotationFast

Source/Objects/group.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void Group::SetTranslationRotationFast(const vec3& trans, const quaternion& rotation) {
240 Object::SetTranslationRotationFast(trans, rotation);
241 PropagateTransformsDownFast(false);
242}
243
244void Group::PropagateTransformsDownFast(bool deep) {
245 for (auto& child : children) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected