// Description: An aggregate file for shape generation.
#ifndef PASTELGEOMETRY_SHAPE_GENERATION_H
#define PASTELGEOMETRY_SHAPE_GENERATION_H
#include "pastel/geometry/bounding.h"
#include "pastel/geometry/convexhull.h"
#include "pastel/geometry/intersect.h"
#include "pastel/geometry/poisson_disk_pattern.h"
#include "pastel/geometry/difference.h"
#endif