coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
#include "coal/shape/convex.h"
#include "coal/shape/geometric_shapes.h"
#include "coal/narrowphase/support_data.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
coal | |
Main namespace. | |
Functions | |
template<typename BV , typename S > | |
void | coal::computeBV (const S &s, const Transform3s &tf, BV &bv) |
calculate a bounding volume for a shape in a specific configuration More... | |
template<typename IndexType > | |
void | coal::reorderTriangle (const ConvexTpl< TriangleTpl< IndexType >> *convex_tri, TriangleTpl< IndexType > &tri) |