simd_slerp(_:_:_:)
Returns a spherical linearly interpolated value along the shortest arc between two quaternions.
Declaration
func simd_slerp(_ q0: simd_quatf, _ q1: simd_quatf, _ t: Float) -> simd_quatfReturns a spherical linearly interpolated value along the shortest arc between two quaternions.
func simd_slerp(_ q0: simd_quatf, _ q1: simd_quatf, _ t: Float) -> simd_quatf