public static class CurveInterpolation.Point extends Object implements Comparable<CurveInterpolation.Point>, Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(CurveInterpolation.Point point) |
double |
getTime() |
double |
getValue() |
boolean |
isParameter() |
String |
toString() |
public int compareTo(CurveInterpolation.Point point)
compareTo in interface Comparable<CurveInterpolation.Point>public double getTime()
public double getValue()
public boolean isParameter()
Copyright © 2019. All rights reserved.