SAF
|
vertex structure, used by convhull_3d More...
#include <convhull_3d.h>
Data Fields | ||
union { | ||
struct { | ||
CH_FLOAT x | ||
CH_FLOAT y | ||
CH_FLOAT z | ||
} | ||
CH_FLOAT v [3] | ||
}; | ||
vertex structure, used by convhull_3d
Definition at line 62 of file convhull_3d.h.
CH_FLOAT ch_vertex::v[3] |
Definition at line 67 of file convhull_3d.h.
CH_FLOAT ch_vertex::x |
Definition at line 65 of file convhull_3d.h.
CH_FLOAT ch_vertex::y |
Definition at line 65 of file convhull_3d.h.
CH_FLOAT ch_vertex::z |
Definition at line 65 of file convhull_3d.h.