| 892 | //----------------------------------------------------------------------------- |
| 893 | |
| 894 | Point3F SceneObject::getRenderPosition() const |
| 895 | { |
| 896 | Point3F pos; |
| 897 | mRenderObjToWorld.getColumn(3, &pos); |
| 898 | return pos; |
| 899 | } |
| 900 | |
| 901 | //----------------------------------------------------------------------------- |
| 902 |
no test coverage detected