Method

NumCosmoMathQuaternionrmul

Declaration [src]

void
ncm_quaternion_rmul (
  NcmQuaternion* q,
  NcmQuaternion* u
)

Description [src]

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

Parameters

u

Type: NcmQuaternion

A NcmQuaternion.

The data is owned by the caller of the method.