Start cleaning geometry module.
This commit is contained in:
parent
26ecae46b3
commit
cd688f608f
52 changed files with 493 additions and 277 deletions
9
src/geometry/path/PathElement.h
Normal file
9
src/geometry/path/PathElement.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "AbstractGeometricItem.h"
|
||||
|
||||
class PathElement : public AbstractGeometricItem
|
||||
{
|
||||
public:
|
||||
~PathElement() = default;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue