| 82 | } |
| 83 | |
| 84 | void TrackBall::saveVectorInFile(std::ofstream & s, const Vector3f & v) const { |
| 85 | s << v.x() << " " << v.y() << " " << v.z() << std::endl; |
| 86 | } |
| 87 | |
| 88 | void TrackBall::setCameraAttributes(const Viewport & viewport) |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected