Belle II Software development
|
struct for a triangle More...
#include <BelleLathe.h>
Public Attributes | |
int | i0 |
first side | |
int | i1 |
second side | |
int | i2 |
third side | |
struct for a triangle
Definition at line 55 of file BelleLathe.h.
int i0 |
first side
Definition at line 56 of file BelleLathe.h.
int i1 |
second side
Definition at line 57 of file BelleLathe.h.
int i2 |
third side
Definition at line 58 of file BelleLathe.h.