hpp-fcl 2.4.4
HPP fork of FCL -- The Flexible Collision Library
|
Quadrilateral with 4 indices for points. More...
#include <hpp/fcl/data_types.h>
Public Types | |
typedef std::size_t | index_type |
typedef int | size_type |
Public Member Functions | |
Quadrilateral () | |
Quadrilateral (index_type p0, index_type p1, index_type p2, index_type p3) | |
void | set (index_type p0, index_type p1, index_type p2, index_type p3) |
Set the vertex indices of the quadrilateral. | |
index_type | operator[] (index_type i) const |
@access the quadrilateral index | |
index_type & | operator[] (index_type i) |
bool | operator== (const Quadrilateral &other) const |
bool | operator!= (const Quadrilateral &other) const |
Static Public Member Functions | |
static size_type | size () |
Quadrilateral with 4 indices for points.
typedef std::size_t hpp::fcl::Quadrilateral::index_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
@access the quadrilateral index
|
inline |
Set the vertex indices of the quadrilateral.