Slerp31x31

fun Slerp31x31(start: FloatArray, end: FloatArray, alpha: Float): FloatArray

Performs spherical linear interpolation between two 3x1 vectors.

Return

The interpolated 3x1 vector

Parameters

start

The start 3x1 vector

end

The end 3x1 vector

alpha

The interpolation parameter