MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / Center

Method Center

deps/glomap/glomap/scene/image.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

NormalizeReconstructionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected