/* Copyright © 2022, Inochi2D Project Distributed under the 2-Clause BSD License, see LICENSE file. Authors: Luna Nielsen */ module creator.viewport.model.deform.mesh; import inochi2d; struct DeformMesh { private: Drawable target; Parameter param; vec2[] points; public: }