_Factor
MoveTo(from.x + _Factor() * (to.x - from.x),
from.y + _Factor() * (to.y - from.y));
float _Factor();