public static class DTConsistency.DTConsistencyInfo extends Object
Modifier and Type | Field and Description |
---|---|
List<Line2d> |
firstCommonEdges |
List<Triangle> |
firstTrianglulation |
List<Line2d> |
secondCommonEdges |
List<Triangle> |
secondTrianglulation |
Constructor and Description |
---|
DTConsistencyInfo() |
public List<Triangle> firstTrianglulation
public List<Triangle> secondTrianglulation
public List<Line2d> firstCommonEdges
public List<Line2d> secondCommonEdges
public DTConsistencyInfo()