Method

NumCosmoMathQuaternionlmul

Declaration [src]

void
ncm_quaternion_lmul (
  NcmQuaternion* q,
  NcmQuaternion* u
)

Description [src]

Computes the product of two NcmQuaternion and stores the result in q. That is, q = u * q, where u and q are u and q, respectively.

Parameters

u

Type: NcmQuaternion

A NcmQuaternion.

The data is owned by the caller of the method.