projection.h

Back to Projections

pastel/geometry/

// Description: An aggregate file for projections.

#ifndef PASTELGEOMETRY_PROJECTION_H
#define PASTELGEOMETRY_PROJECTION_H

#include "pastel/geometry/shape/linear_projection.h"
#include "pastel/geometry/planar_projection.h"

#endif