Contents

*=(_:_:)

Multiplies a quaternion and a scalar value, and stores the result in the left-hand-side variable.

Declaration

static func *= (lhs: inout simd_quatf, rhs: simd_quatf)

Discussion

The function returns the left-hand side quaternion rotated by the right-hand side quaternion.