Package georegression.geometry.polygon
Class ThreeIndexes
java.lang.Object
georegression.geometry.polygon.ThreeIndexes
Three integers that represents indexes in an array;
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
idx0
public int idx0Indexes in an array -
idx1
public int idx1Indexes in an array -
idx2
public int idx2Indexes in an array
-
-
Constructor Details
-
ThreeIndexes
public ThreeIndexes()
-
-
Method Details
-
set
public void set(int idx0, int idx1, int idx2) -
reset
public void reset()
-