#include "fcl/math/transform.h"
Go to the source code of this file.
Namespaces | |
namespace | fcl |
Main namespace. | |
Functions | |
Quaternion3f | fcl::conj (const Quaternion3f &q) |
conjugate of quaternion | |
Quaternion3f | fcl::inverse (const Quaternion3f &q) |
inverse of quaternion | |
Transform3f | fcl::inverse (const Transform3f &tf) |
inverse the transform | |
void | fcl::relativeTransform (const Transform3f &tf1, const Transform3f &tf2, Transform3f &tf) |
compute the relative transform between two transforms: tf2 = tf * tf1 |