hpp-fcl  1.4.4
HPP fork of FCL -- The Flexible Collision Library
data_types.h File Reference
#include <cstddef>
#include <boost/cstdint.hpp>
#include <Eigen/Core>
#include <Eigen/Geometry>
Include dependency graph for data_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hpp::fcl::Triangle
 Triangle with 3 indices for points. More...
 

Namespaces

 hpp
 Main namespace.
 
 hpp::fcl
 

Typedefs

typedef double hpp::fcl::FCL_REAL
 
typedef boost::uint64_t hpp::fcl::FCL_INT64
 
typedef boost::int64_t hpp::fcl::FCL_UINT64
 
typedef boost::uint32_t hpp::fcl::FCL_UINT32
 
typedef boost::int32_t hpp::fcl::FCL_INT32
 
typedef Eigen::Matrix< FCL_REAL, 3, 1 > hpp::fcl::Vec3f
 
typedef Eigen::Matrix< FCL_REAL, 3, 3 > hpp::fcl::Matrix3f