S
- Type of the space.Serializable
Vector<S>
public interface Point<S extends Space> extends Serializable
Modifier and Type | Method | 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–2018 Hipparchus.org. All rights reserved.