MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / transformMapFrameToBufferOrder

Function transformMapFrameToBufferOrder

grid_map_core/src/GridMapMath.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69inline Index transformMapFrameToBufferOrder(const Vector& vector) {
70 return {-vector[0], -vector[1]};
71}
72
73inline Index transformMapFrameToBufferOrder(const Eigen::Vector2i& vector) {
74 return {-vector[0], -vector[1]};

Callers 2

getIndexFromIndexVectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected