ready for the next step ?
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
#define LIBBB_VERSION 40
|
||||
#define LIBBB_VERSION 48
|
||||
|
||||
#define SZ_BUBULLE_TEXT 51 /* arbitrary value */
|
||||
|
||||
/* a 3d space coordinate */
|
||||
typedef struct {
|
||||
double x, y, z;
|
||||
unsigned long reserved;
|
||||
@@ -54,7 +55,7 @@ int niceprint_bubulle(Bubulle *what, int unused);
|
||||
int bubulles_to_data(char *fname, char *title, BBList *bbl, int k);
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
/* sometime we want to look at the bounding box */
|
||||
typedef struct {
|
||||
double minX, minY, minZ;
|
||||
double maxX, maxY, maxZ;
|
||||
|
||||
Reference in New Issue
Block a user