Open 3D Engine EMotionFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
MCore::DelaunayTriangulator Class Reference

#include <DelaunayTriangulator.h>

Classes

class  Triangle
 

Public Types

using Triangles = AZStd::vector< Triangle >
 

Public Member Functions

const Triangles & Triangulate (const AZStd::vector< AZ::Vector2 > &points)
 

Detailed Description

Given a set of points, this class computes the Delaunay triangulation for those points.


The documentation for this class was generated from the following file: