Struct RSS
Defined in File RSS.h
Struct Documentation
-
struct RSS
A class for rectangle sphere-swept bounding volume.
Public Functions
-
inline RSS()
-
Default constructor with default values
-
inline bool overlap(const RSS &other, const CollisionRequest&, FCL_REAL &sqrDistLowerBound) const
Not implemented.
-
FCL_REAL distance(const RSS &other, Vec3f *P = NULL, Vec3f *Q = NULL) const
the distance between two RSS; P and Q, if not NULL, return the nearest points
Public Members
-
Matrix3f axes
Orientation of RSS. axis[i] is the ith column of the orientation matrix for the RSS; it is also the i-th principle direction of the RSS. We assume that axis[0] corresponds to the axis with the longest length, axis[1] corresponds to the shorter one and axis[2] corresponds to the shortest one.
-
inline RSS()