public interface ProjectionPoint
ProjectionPointImpl| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ProjectionPoint pt)
Check for equality with the point in question
|
double |
getX()
Get the X coordinate
|
double |
getY()
Get the Y coordinate
|
double getX()
double getY()
boolean equals(ProjectionPoint pt)
pt - point to check