#include <polytope.h>
Public Attributes | |
ccd_list_t | edges |
List of edges. More... | |
ccd_list_t | faces |
List of faces. More... | |
ccd_pt_el_t * | nearest |
ccd_real_t | nearest_dist |
int | nearest_type |
ccd_list_t | vertices |
List of vertices. More... | |
Struct containing polytope.
Definition at line 92 of file polytope.h.
ccd_list_t _ccd_pt_t::edges |
List of edges.
Definition at line 94 of file polytope.h.
ccd_list_t _ccd_pt_t::faces |
List of faces.
Definition at line 95 of file polytope.h.
ccd_pt_el_t* _ccd_pt_t::nearest |
Definition at line 97 of file polytope.h.
ccd_real_t _ccd_pt_t::nearest_dist |
Definition at line 98 of file polytope.h.
int _ccd_pt_t::nearest_type |
Definition at line 99 of file polytope.h.
ccd_list_t _ccd_pt_t::vertices |
List of vertices.
Definition at line 93 of file polytope.h.