*(_:_:)
Multiplies two quaternions and produces their product.
Declaration
static func * (lhs: simd_quatf, rhs: simd_quatf) -> simd_quatfDiscussion
The function returns the left-hand side quaternion rotated by the right-hand side quaternion.
Multiplies two quaternions and produces their product.
static func * (lhs: simd_quatf, rhs: simd_quatf) -> simd_quatfThe function returns the left-hand side quaternion rotated by the right-hand side quaternion.