hyporo-cpp/source/hpr/csg.hpp

18 lines
432 B
C++
Raw Normal View History

2023-03-13 22:27:09 +05:00
#pragma once
#include <hpr/csg/shape.hpp>
2023-04-10 22:01:56 +05:00
2023-03-13 22:27:09 +05:00
#include <hpr/csg/vertex.hpp>
#include <hpr/csg/edge.hpp>
#include <hpr/csg/wire.hpp>
#include <hpr/csg/face.hpp>
#include <hpr/csg/shell.hpp>
#include <hpr/csg/solid.hpp>
#include <hpr/csg/compound.hpp>
#include <hpr/csg/geometry.hpp>
2023-04-10 22:01:56 +05:00
#include <hpr/csg/surface.hpp>
#include <hpr/csg/transformation.hpp>
#include <hpr/csg/generation.hpp>
#include <hpr/csg/boolean.hpp>