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