shape_relations.h

Back to Shape relations

pastel/geometry/

// Description: An aggregate file for shape relations.

#ifndef PASTELGEOMETRY_SHAPE_RELATIONS_H
#define PASTELGEOMETRY_SHAPE_RELATIONS_H

#include "pastel/geometry/contains.h"
#include "pastel/geometry/overlaps.h"

#endif