coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
transform.h File Reference
#include "coal/fwd.hh"
#include "coal/data_types.h"
Include dependency graph for transform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  coal::Transform3s
 Simple transform class used locally by InterpMotion. More...
 

Namespaces

 coal
 Main namespace.
 

Typedefs

typedef Eigen::Quaternion< Scalar > coal::Quaternion3f
 
typedef Eigen::Quaternion< Scalar > coal::Quats
 

Functions

template<typename Derived >
Quats coal::fromAxisAngle (const Eigen::MatrixBase< Derived > &axis, Scalar angle)
 
Quats coal::uniformRandomQuaternion ()
 Uniformly random quaternion sphere. Code taken from Pinocchio (https://github.com/stack-of-tasks/pinocchio). More...
 
Matrix3s coal::constructOrthonormalBasisFromVector (const Vec3s &vec)
 Construct othonormal basis from vector. The z-axis is the normalized input vector. More...