private class MarchingSquares.Triangle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
check |
(package private) int |
contourIndex |
(package private) boolean |
isValid |
(package private) int[] |
pts |
Constructor and Description |
---|
MarchingSquares.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) |
(package private) void |
setValidity() |