libigl v2.5.0
Loading...
Searching...
No Matches
quat_mult.h File Reference
#include "igl_inline.h"
#include "quat_mult.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Q_type >
void igl::quat_mult (const Q_type *q1, const Q_type *q2, Q_type *out)
 Computes out = q1 * q2 with quaternion multiplication A Quaternion, q, is defined here as an arrays of four scalars (x,y,z,w), such that q = x*i + y*j + z*k + w.