Given two vectors, lets say one is the direction I am facing, the other is a direction I want to face, I want to work out a vector in between based on a percent.
100% would be facing the direction I want to face, 0% my current heading.
How would I get a vector at say 75% between the two?
I figured halfway (50%) is is the normalised sum of the two... but I want a bit more control than 0%/50%/100%.
100% would be facing the direction I want to face, 0% my current heading.
How would I get a vector at say 75% between the two?
I figured halfway (50%) is is the normalised sum of the two... but I want a bit more control than 0%/50%/100%.