Returns a lerped vector value between <from> and <to> based on <time>
Example:
val = LerpVector( (0,0,0), (5,5,5), 0.5); // would return (2.5, 2.5, 2.5)
* = mandatory