#include <quat.H>
Public Methods | |
_quat () | |
_quat (const V &v, Greal w) | |
_quat (Greal w) | |
_quat (const V &v) | |
_quat (const T &t) | |
_quat (const V &v1, const V &v2) | |
const V & | v () const |
V & | v () |
Greal | w () const |
Greal & | w () |
Greal | norm () const |
QUAT | conjugate () const |
QUAT | inverse () const |
QUAT | operator+ (QUAT q) const |
QUAT | operator * (QUAT q) const |
QUAT | operator/ (QUAT q) const |
Static Public Methods | |
QUAT | slerp (const QUAT &q1, const QUAT &q2, Greal u) |
Protected Attributes | |
V | _v |
Greal | _w |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|