example: Transition<Vector2f> t = ... t.set(50f, 50f); and/or Vector2f v = ... Transitions.transitionBuilder(v).end(5f, 10f).time(500);