| 57 | }; |
| 58 | |
| 59 | Eigen::Vector3d Image::Center() const { |
| 60 | return cam_from_world.rotation.inverse() * -cam_from_world.translation; |
| 61 | } |
| 62 | |
| 63 | void GravityInfo::SetGravity(const Eigen::Vector3d& g) { |
| 64 | gravity = g; |
no outgoing calls
no test coverage detected