hyporo-cpp/source/hyporo/csg/csg.hpp

16 lines
253 B
C++
Raw Normal View History

2022-11-18 21:50:49 +05:00
#pragma once
#include "shape.hpp"
#include "vertex.hpp"
#include "edge.hpp"
#include "wire.hpp"
#include "face.hpp"
#include "shell.hpp"
#include "solid.hpp"
#include "compound.hpp"
#include "geometry.hpp"
#include "surface.hpp"
namespace hpr::csg
{}