S
- Type of the space.public interface Point<S extends Space> extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
distance(Point<S> p)
Compute the distance between the instance and another point.
|
Space |
getSpace()
Get the space to which the point belongs.
|
boolean |
isNaN()
Returns true if any coordinate of this point is NaN; false otherwise
|
Space getSpace()
boolean isNaN()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics