MCPcopy Create free account
hub / github.com/OctoMap/octomap / getLocalInverseTransformOf

Method getLocalInverseTransformOf

octovis/src/extern/QGLViewer/frame.cpp:950–955  ·  view source on GitHub ↗

! Same as localInverseTransformOf(), but with \c qreal parameters. */

Source from the content-addressed store, hash-verified

948
949/*! Same as localInverseTransformOf(), but with \c qreal parameters. */
950void Frame::getLocalInverseTransformOf(const qreal src[3], qreal res[3]) const
951{
952 Vec r = localInverseTransformOf(Vec(src));
953 for (int i=0; i<3 ; ++i)
954 res[i] = r[i];
955}
956
957/*! Same as transformOfIn(), but with \c qreal parameters. */
958void Frame::getTransformOfIn(const qreal src[3], qreal res[3], const Frame* const in) const

Callers

nothing calls this directly

Calls 1

VecFunction · 0.85

Tested by

no test coverage detected