public class ModelPoint extends Object implements IModelPoint
Constructor and Description |
---|
ModelPoint(double x,
double y)
Standard constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getX()
Get the real-valued X coordinate for this mode point
|
double |
getY()
Get the real-valued Y coordinate for this point in the
model coordinate system.
|
public ModelPoint(double x, double y)
x
- a finite, real-valued coordinatey
- a finite, real=valued coordinatepublic double getX()
getX
in interface IModelPoint
public double getY()
getY
in interface IModelPoint
Copyright © 2022. All rights reserved.