PeriDyno 1.0.0
Loading...
Searching...
No Matches
StructuredPointSet.h
Go to the documentation of this file.
1#pragma once
2#include "PointSet.h"
3
4
5namespace dyno
6{
7 template<typename TDataType>
8 class StructuredPointSet : public PointSet<TDataType>
9 {
10 public:
13 };
14}
15
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25