src/triangulate.h

Sun, 03 Jul 2022 21:47:44 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Sun, 03 Jul 2022 21:47:44 +0300
changeset 323
3c09c937848c
parent 320
af6633412a6c
permissions
-rw-r--r--

Fix normal of the plane used to find cylinder height

#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);

mercurial