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

Method getUpdatedBoxCenter

Engine/source/afx/ea/afxEA_StaticShape.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void afxEA_StaticShape::getUpdatedBoxCenter(Point3F& pos)
182{
183 if (static_shape)
184 pos = static_shape->getBoxCenter();
185}
186
187
188TSShape* afxEA_StaticShape::getTSShape()

Callers

nothing calls this directly

Calls 1

getBoxCenterMethod · 0.80

Tested by

no test coverage detected