private class MarchingSquares.Triangle extends 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkContour(int i,
float value) |
private int |
intercept(int i,
float value) |