Searched defs:targetValues (Results 1 – 2 of 2) sorted by relevance
355 private final float[] targetValues = new float[combinedAttrsLimit]; field in Tween534 public Tween target(float... targetValues) { in target()612 public Tween targetRelative(float... targetValues) { in targetRelative()698 public Tween waypoint(float... targetValues) { in waypoint()
72 protected double[] targetValues; field in AbstractLeastSquaresOptimizer