Searched refs:sameValues (Results 1 – 3 of 3) sorted by relevance
33 public boolean sameValues(ControlPoint other) { in sameValues() method in ControlPoint
86 public boolean sameValues(Spline other) { in sameValues() method in Spline101 if (!p.sameValues(otherPoint)) { in sameValues()
89 if (!getSpline(i).sameValues(curve.getSpline(i))) { in equals()