|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Coordinates | |
|---|---|
| geometry | Package containing all basic data structures. |
| geometry.object | Package containing all skeleton data structures needed. |
| Uses of Coordinates in geometry |
|---|
| Classes in geometry that implement Coordinates | |
|---|---|
class |
Coordinates2D
Coordinates2D holds information about two-dimensional coordinates (x and y coordinate). |
class |
Coordinates3D
data structure to hold 3D coordinates, extending the 2D coordinates strucure by a valid z-coordinate Coordinates |
| Methods in geometry with parameters of type Coordinates | |
|---|---|
boolean |
Coordinates.equals(Coordinates coordinates)
test if two coordinates are equal, that is, all of their components are equal. |
boolean |
Coordinates2D.equals(Coordinates coordinates)
|
boolean |
Coordinates3D.equals(Coordinates coordinates)
test if two coordinates3D are equal. |
double |
Coordinates.getDistance(Coordinates coordinates)
get the distance between two coordinates. |
double |
Coordinates2D.getDistance(Coordinates coordinates)
|
double |
Coordinates3D.getDistance(Coordinates coordinates)
|
boolean |
Coordinates.isNeighbor(Coordinates coordinates)
check if the coordinates specified by the parameter are neighbor coordinates. |
boolean |
Coordinates2D.isNeighbor(Coordinates coordinates)
|
| Uses of Coordinates in geometry.object |
|---|
| Fields in geometry.object declared as Coordinates | |
|---|---|
private Coordinates |
SkeletonNode.coordinates
the skeleton node's coordinates |
| Methods in geometry.object that return Coordinates | |
|---|---|
Coordinates |
SkeletonNode.getCoordinates()
get this skeleton node's coordinates. |
| Methods in geometry.object with parameters of type Coordinates | |
|---|---|
void |
SkeletonNode.setCoordinates(Coordinates coordinates)
set this skeleton node's coordinates. |
| Constructors in geometry.object with parameters of type Coordinates | |
|---|---|
SkeletonNode(Coordinates coordinates,
boolean isEndNode)
constructor with specified isEndNode |
|
SkeletonNode(Coordinates coordinates,
Index index)
constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||