#include <gmtl/Math.h>
#include <gmtl/VecBase.h>
#include <gmtl/Vec.h>
Go to the source code of this file.
Classes | |
class | gmtl::AxisAngle< DATA_TYPE > |
AxisAngle: Represents a "twist about an axis" AxisAngle is used to specify a rotation in 3-space. More... | |
Namespaces | |
namespace | gmtl |
Meta programming classes. | |
Typedefs | |
typedef AxisAngle< float > | gmtl::AxisAnglef |
typedef AxisAngle< double > | gmtl::AxisAngled |
Functions | |
const AxisAngle< float > | gmtl::AXISANGLE_IDENTITYF (0.0f, 1.0f, 0.0f, 0.0f) |
const AxisAngle< double > | gmtl::AXISANGLE_IDENTITYD (0.0, 1.0, 0.0, 0.0) |