MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getScale

Method getScale

Engine/source/T3D/sceneComponent/T3DTransform.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152Point3F Transform3DInPlace::getScale() const
153{
154 return _scale;
155}
156
157void Transform3DInPlace::setScale(const Point3F & scale)
158{

Callers 13

getBoundingBoxMethod · 0.45
getPolyListMethod · 0.45
getBoundingBoxMethod · 0.45
getPolyListMethod · 0.45
_loadFileMethod · 0.45
_updateChildrenMethod · 0.45
explosion.cppFile · 0.45
processEventMethod · 0.45
strikeRandomPointMethod · 0.45
addConvexMethod · 0.45
_onRenderVizMethod · 0.45
setLocalMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected