| 883 | //----------------------------------------------------------------------------- |
| 884 | |
| 885 | Point3F SceneObject::getPosition() const |
| 886 | { |
| 887 | Point3F pos; |
| 888 | mObjToWorld.getColumn(3, &pos); |
| 889 | return pos; |
| 890 | } |
| 891 | |
| 892 | //----------------------------------------------------------------------------- |
| 893 |
no test coverage detected