ROOT  6.06/08
Reference Guide
Public Attributes | List of all members
ROOT::Math::Delaunay2D::Triangle Struct Reference

Definition at line 77 of file Delaunay2D.h.

Public Attributes

double x [3]
 
double y [3]
 
UInt_t idx [3]
 
double invDenom
 

#include <Math/Delaunay2D.h>

Member Data Documentation

§ idx

UInt_t ROOT::Math::Delaunay2D::Triangle::idx[3]

§ invDenom

double ROOT::Math::Delaunay2D::Triangle::invDenom

Definition at line 83 of file Delaunay2D.h.

Referenced by ROOT::Math::Delaunay2D::DoFindTriangles().

§ x

double ROOT::Math::Delaunay2D::Triangle::x[3]

§ y

double ROOT::Math::Delaunay2D::Triangle::y[3]

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