#ifndef LAMINATE_H

#include "sphere.h"


typedef struct {
  float step ;
  int n_lamination ;
  float centerdist ;
} adjustparam_t ;



void sphere_adjust   (sphere_t *) ;

#endif
