lerp31x31
Perform linear interpolation between two 3x1 vectors.
Return
The interpolated vector as a 1D array of 3 elements (x, y, z).
Parameters
start
The start 3x1 vector
end
The end 3x1 vector
alpha
The interpolation factor
Perform linear interpolation between two 3x1 vectors.
The interpolated vector as a 1D array of 3 elements (x, y, z).
The start 3x1 vector
The end 3x1 vector
The interpolation factor