#include <camera.h>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | Frame (const Eigen::Vector3f &pos=Eigen::Vector3f::Zero(), const Eigen::Quaternionf &o=Eigen::Quaternionf()) |
Frame | lerp (float alpha, const Frame &other) const |
Public Attributes | |
Eigen::Quaternionf | orientation |
Eigen::Vector3f | position |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Frame::Frame | ( | const Eigen::Vector3f & | pos = Eigen::Vector3f::Zero() , |
const Eigen::Quaternionf & | o = Eigen::Quaternionf() |
||
) | [inline] |
Frame Frame::lerp | ( | float | alpha, |
const Frame & | other | ||
) | const [inline] |
Eigen::Vector3f Frame::position |