coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
#include <coal/serialization/kDOP.h>
Public Types | |
typedef coal::KDOP< N > | Base |
Public Attributes | |
Eigen::Array< Scalar, N, 1 > | dist_ |
Origin's distances to N KDOP planes. More... | |
Additional Inherited Members | |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | KDOP () |
Creating kDOP containing nothing. More... | |
KDOP (const Vec3s &v) | |
Creating kDOP containing only one point. More... | |
KDOP (const Vec3s &a, const Vec3s &b) | |
Creating kDOP containing two points. More... | |
bool | operator== (const KDOP &other) const |
Equality operator. More... | |
bool | operator!= (const KDOP &other) const |
Difference operator. More... | |
bool | overlap (const KDOP< N > &other) const |
Check whether two KDOPs overlap. More... | |
bool | overlap (const KDOP< N > &other, const CollisionRequest &request, Scalar &sqrDistLowerBound) const |
Check whether two KDOPs overlap. More... | |
Scalar | distance (const KDOP< N > &other, Vec3s *P=NULL, Vec3s *Q=NULL) const |
The distance between two KDOP<N>. Not implemented. More... | |
KDOP< N > & | operator+= (const Vec3s &p) |
Merge the point and the KDOP. More... | |
KDOP< N > & | operator+= (const KDOP< N > &other) |
Merge two KDOPs. More... | |
KDOP< N > | operator+ (const KDOP< N > &other) const |
Create a KDOP by mergin two KDOPs. More... | |
Scalar | size () const |
Size of the kDOP (used in BV_Splitter to order two kDOPs) More... | |
Vec3s | center () const |
The (AABB) center. More... | |
Scalar | width () const |
The (AABB) width. More... | |
Scalar | height () const |
The (AABB) height. More... | |
Scalar | depth () const |
The (AABB) depth. More... | |
Scalar | volume () const |
The (AABB) volume. More... | |
Scalar | dist (short i) const |
Scalar & | dist (short i) |
bool | inside (const Vec3s &p) const |
![]() | |
Eigen::Array< Scalar, N, 1 > | dist_ |
Origin's distances to N KDOP planes. More... | |
typedef coal::KDOP<N> boost::serialization::internal::KDOPAccessor< N >::Base |
Eigen::Array<Scalar, N, 1> coal::KDOP< N >::dist_ |
Origin's distances to N KDOP planes.