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()
Copyright © 2016–2020 Hipparchus.org. All rights reserved.