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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Q_type >
void igl::axis_angle_to_quat (const Q_type *axis, const Q_type angle, Q_type *out)
 Convert axis angle representation of a rotation to a quaternion.