simd_slerp(_:_:_:)
Declaration
func simd_slerp(_ q0: simd_quath, _ q1: simd_quath, _ t: Float16) -> simd_quathDiscussion
Spherical linear interpolation along the shortest arc between quaternions q0 and q1.
func simd_slerp(_ q0: simd_quath, _ q1: simd_quath, _ t: Float16) -> simd_quathSpherical linear interpolation along the shortest arc between quaternions q0 and q1.