| 179 | } |
| 180 | |
| 181 | void afxEA_StaticShape::getUpdatedBoxCenter(Point3F& pos) |
| 182 | { |
| 183 | if (static_shape) |
| 184 | pos = static_shape->getBoxCenter(); |
| 185 | } |
| 186 | |
| 187 | |
| 188 | TSShape* afxEA_StaticShape::getTSShape() |
nothing calls this directly
no test coverage detected