Logo ROOT   6.10/09
Reference Guide
List of all members | Public Attributes | List of all members
ROOT::Math::Delaunay2D::Triangle Struct Reference

Definition at line 75 of file Delaunay2D.h.

Public Attributes

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

#include <Math/Delaunay2D.h>

Member Data Documentation

◆ idx

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

Definition at line 78 of file Delaunay2D.h.

◆ invDenom

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

Definition at line 81 of file Delaunay2D.h.

◆ x

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

Definition at line 76 of file Delaunay2D.h.

◆ y

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

Definition at line 77 of file Delaunay2D.h.


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