private class MarchingSquares.Triangle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
check |
protected int |
contourIndex |
protected boolean |
isValid |
protected int[] |
pts |
Constructor and Description |
---|
Triangle(int iA,
int iB,
int iC,
int check,
int contourIndex) |