Package com.google.common.geometry
Class ParametrizedS2Point
java.lang.Object
com.google.common.geometry.ParametrizedS2Point
- All Implemented Interfaces:
Serializable
,Comparable<ParametrizedS2Point>
@GwtCompatible(serializable=true)
public final class ParametrizedS2Point
extends Object
implements Comparable<ParametrizedS2Point>, Serializable
An S2Point that also has a parameter associated with it, which corresponds to a time-like order
on the points.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
private final double time -
point
-
-
Constructor Details
-
ParametrizedS2Point
-
-
Method Details
-
getTime
public double getTime() -
getPoint
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ParametrizedS2Point>
-
equals
-
hashCode
public int hashCode()
-