JPL Spatial
Sound spatialization and propagation library
Loading...
Searching...
No Matches
Triangulation.h File Reference
#include "JPLSpatial/Math/Math.h"
#include "JPLSpatial/Math/MinimalVec2.h"
#include "JPLSpatial/Math/Vec3Traits.h"
#include "JPLSpatial/Memory/Memory.h"
#include <vector>
#include <span>
#include <cmath>
#include <algorithm>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  JPL
 
namespace  JPL::Triangulation
 

Functions

template<CVec3 Vec3, template< class... > class ContainerType, class Vec3i , class ... Args>
void JPL::Triangulation::TriangulatePoly (std::span< const Vec3 > inPositions, std::span< int > poly, ContainerType< Vec3i, Args... > &outTris)