src/triangulate.h@530d23cd4e97
src/triangulate.h
Thu, 15 Jun 2023 16:18:03 +0300
- author
- Teemu Piippo <teemu.s.piippo@gmail.com>
- date
- Thu, 15 Jun 2023 16:18:03 +0300
- changeset 383
- 530d23cd4e97
- parent 320
-
af6633412a6c
- permissions
- -rw-r--r--
Refactor, make selecting elements from the model select the corresponding line from the editor as well
#pragma once
#include "src/basics.h"
#include "src/model.h"
std::vector<PlainPolygonElement> polygonize(
std::vector<glm::vec3>::const_iterator begin,
std::vector<glm::vec3>::const_iterator end);