coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
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... | |