Skip to content
Snippets Groups Projects
union.h 104 B
#pragma once

#include <vector>

std::vector<Triangle> unionize(const Triangle &t1, const Triangle &t2);