hpp-fcl
1.7.0
HPP fork of FCL -- The Flexible Collision Library
|
base class for all query requests More...
#include <hpp/fcl/collision_data.h>
Public Member Functions | |
QueryRequest () | |
void | updateGuess (const QueryResult &result) |
bool | operator== (const QueryRequest &other) const |
whether two QueryRequest are the same or not More... | |
Public Attributes | |
bool | enable_cached_gjk_guess |
whether enable gjk intial guess More... | |
Vec3f | cached_gjk_guess |
the gjk intial guess set by user More... | |
support_func_guess_t | cached_support_func_guess |
the support function intial guess set by user More... | |
base class for all query requests
|
inline |
|
inline |
whether two QueryRequest are the same or not
|
inline |
Vec3f hpp::fcl::QueryRequest::cached_gjk_guess |
the gjk intial guess set by user
support_func_guess_t hpp::fcl::QueryRequest::cached_support_func_guess |
the support function intial guess set by user
bool hpp::fcl::QueryRequest::enable_cached_gjk_guess |
whether enable gjk intial guess