Function

NumCosmoMathQuaternionnew

Declaration [src]

NcmQuaternion*
ncm_quaternion_new (
  void
)

Description [src]

Creates a new empty NcmQuaternion.

Return value

Type: NcmQuaternion

A new NcmQuaternion.

The caller of the function takes ownership of the data, and is responsible for freeing it.