![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
EdgeGrid (int x, int y, int z) | |
int | AddVertex (int x, int y, int z, int t, int index) |
Private Attributes | |
EdgeArray[,,] | _grid |
Definition at line 4 of file EdgeGrid.cs.
EdgeGrid.EdgeGrid | ( | int | x, |
int | y, | ||
int | z | ||
) |
Definition at line 8 of file EdgeGrid.cs.
int EdgeGrid.AddVertex | ( | int | x, |
int | y, | ||
int | z, | ||
int | t, | ||
int | index | ||
) |
Adds the index of the vertex to the edge grid.
x | X. |
y | Y. |
z | Z. |
index | Index. |
Definition at line 43 of file EdgeGrid.cs.
References EdgeArray.GetEdge(), and EdgeArray.SetEdge().
|
private |
Definition at line 6 of file EdgeGrid.cs.