https://github.com/NSchertler/GeneralizedMotorcycleGraph
Tip revision: a34738fe34a051760b4042dc9d740231e511fec1 authored by Nico Schertler on 31 October 2020, 07:04:57 UTC
Updated access token
Updated access token
Tip revision: a34738f
Patch.h
#pragma once
#include "common.h"
#include <iostream>
#include <set>
#include <map>
#include <nsessentials/data/Serialization.h>
//Represents a patch of (not necessarily connected) faces of an underlying mesh by their boundary.
class Patch
{
public:
};