| 1063 | //----------------------------------------------------------------------------- |
| 1064 | |
| 1065 | Point3F SceneObject::getPosition() const |
| 1066 | { |
| 1067 | Point3F pos; |
| 1068 | mObjToWorld.getColumn(3, &pos); |
| 1069 | return pos; |
| 1070 | } |
| 1071 | |
| 1072 | //----------------------------------------------------------------------------- |
| 1073 |
no test coverage detected