public interface ISamplePoint
Modifier and Type | Method and Description |
---|---|
double |
getDistanceSq(double x,
double y)
Get the square of the distance to the specified coordinates
|
double |
getX()
Get the X coordinate of the sample point
|
double |
getY()
Get the Y coordinate of the sample point
|
double |
getZ()
Get the Z coordinate of the sample point
|
double getX()
double getY()
double getZ()
double getDistanceSq(double x, double y)
x
- X coordinate for distance calculationy
- Y coordinate for distance calculationCopyright © 2021. All rights reserved.