|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a triangle by the indices of its three vertices. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | i |
| Index of the first vertex. | |
| size_t | j |
| Index of the second vertex. | |
| size_t | k |
| Index of the third vertex. | |
Represents a triangle by the indices of its three vertices.
The indices refer to the sites array in the Result structure.
Definition at line 2121 of file geom_algorithms.H.
| size_t Aleph::DelaunayTriangulationBowyerWatson::IndexedTriangle::i |
Index of the first vertex.
Definition at line 2123 of file geom_algorithms.H.
| size_t Aleph::DelaunayTriangulationBowyerWatson::IndexedTriangle::j |
Index of the second vertex.
Definition at line 2124 of file geom_algorithms.H.
| size_t Aleph::DelaunayTriangulationBowyerWatson::IndexedTriangle::k |
Index of the third vertex.
Definition at line 2125 of file geom_algorithms.H.