| 1072 | //----------------------------------------------------------------------------- |
| 1073 | |
| 1074 | Point3F SceneObject::getRenderPosition() const |
| 1075 | { |
| 1076 | Point3F pos; |
| 1077 | mRenderObjToWorld.getColumn(3, &pos); |
| 1078 | return pos; |
| 1079 | } |
| 1080 | |
| 1081 | //----------------------------------------------------------------------------- |
| 1082 |
no test coverage detected