Interface Point<S extends Space>
- Type Parameters:
S- Type of the space.
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Vector<S>
This interface represents a generic geometrical point.
- Since:
- 3.3
- See Also:
-
Method Summary
-
Method Details
-
getSpace
-
isNaN
boolean isNaN()Returns true if any coordinate of this point is NaN; false otherwise- Returns:
- true if any coordinate of this point is NaN; false otherwise
-
distance
-