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

Method getScale

Engine/source/forest/editor/forestSelectionTool.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73template <>
74Point3F Selection<ForestItem>::getScale()
75{
76 if ( size() == 1 )
77 return Point3F( first().getScale() );
78
79 return Point3F::One;
80}
81
82void ForestItemSelection::offsetObject( ForestItem &object, const Point3F &delta )
83{

Callers 10

canBillboardMethod · 0.45
renderMethod · 0.45
_rebuildBatchMethod · 0.45
offsetObjectMethod · 0.45
rotateObjectMethod · 0.45
on3DMouseDraggedMethod · 0.45
onRender3DMethod · 0.45
redoMethod · 0.45
undoMethod · 0.45
_swapStateMethod · 0.45

Calls 2

Point3FClass · 0.70
sizeFunction · 0.50

Tested by

no test coverage detected