Package | Description |
---|---|
org.catacomb.numeric.difnet |
Modifier and Type | Field and Description |
---|---|
CellPoint[] |
CellPoint.nbr |
Modifier and Type | Method and Description |
---|---|
CellPoint |
CellPoint.makeCopy() |
Modifier and Type | Method and Description |
---|---|
void |
CellPoint.addNeighbor(CellPoint cpn) |
double |
CellPoint.distanceTo(CellPoint cp) |
boolean |
CellPoint.hasNeighbor(CellPoint cp) |
void |
CellPoint.locateBetween(CellPoint cpa,
CellPoint cpb,
double f) |
void |
CellPoint.movePerp(CellPoint ca,
CellPoint cb,
double dperp) |
void |
CellPoint.removeNeighbor(CellPoint cp) |
void |
CellPoint.replaceNeighbor(CellPoint cp,
CellPoint cr) |
Copyright © 2013. All Rights Reserved.