|
Type | type |
| Location of one element with respect to the other.
|
|
unsigned char | testVertexCount |
| Number of vertices of the test element.
|
|
unsigned char | trialVertexCount |
| Number of vertices of the trial element.
|
|
signed char | testSharedVertex0 |
| Index of the first vertex of the test element that is shared with the trial element, or -1 if no vertices are shared.
|
|
signed char | testSharedVertex1 |
| Index of the second vertex of the test element that is shared with the trial element, or -1 if at most one vertex is shared.
|
|
signed char | trialSharedVertex0 |
| Index of the first vertex of the trial element that is shared with the test element, or -1 if no vertices are shared.
|
|
signed char | trialSharedVertex1 |
| Index of the second vertex of the trial element that is shared with the test element, or -1 if at most one vertex is shared.
|
|
Configuration of a pair of elements.