MCPcopy Create free account
hub / github.com/EdwardLiuyc/StaticMapping / Rotation

Function Rotation

common/math.h:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176template <typename T>
177Eigen::Rigid3::Rotation<T> Rotation(const Eigen::Rigid3::Transform<T>& t) {
178 return t.template block<3, 3>(0, 0);
179}
180
181template <typename T>
182Eigen::Rigid3::Translation<T> Translation(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected