Version: 9.12.0
SMESH_Triangulate.cxx File Reference
#include "SMESH_MeshAlgos.hxx"
#include <Standard_ErrorHandler.hxx>
#include <Standard_Failure.hxx>
#include <gp_Ax2.hxx>
#include <boost/container/flat_set.hpp>
Include dependency graph for SMESH_Triangulate.cxx:

Data Structures

struct  SMESH_MeshAlgos::Triangulate::PolyVertex
 Vertex of a polygon. More...
 
struct  SMESH_MeshAlgos::Triangulate::Data
 
struct  SMESH_MeshAlgos::Triangulate::Optimizer
 

Functions

static double Area (const gp_XY &xy0, const gp_XY &xy1, const gp_XY &xy2)
 Compute triangle area. More...
 

Function Documentation

◆ Area()

static double Area ( const gp_XY &  xy0,
const gp_XY &  xy1,
const gp_XY &  xy2 
)
static