AngAxisF

Engine/source/math/mAngAxis.h

More...

Public Attributes

Public Functions

Public Static Functions

RotateX(F32 angle, const Point3F & from, Point3F * to)
RotateX(F32 angle, MatrixF * mat)
RotateY(F32 angle, const Point3F & from, Point3F * to)
RotateY(F32 angle, MatrixF * mat)
RotateZ(F32 angle, const Point3F & from, Point3F * to)
RotateZ(F32 angle, MatrixF * mat)

Detailed Description

Public Attributes

F32 angle 
Point3F axis 

Public Functions

AngAxisF()

AngAxisF(const MatrixF & m)

AngAxisF(const Point3F & _axis, F32 _angle)

AngAxisF(const QuatF & q)

operator!=(const AngAxisF & c)

operator==(const AngAxisF & c)

set(const MatrixF & m)

set(const Point3F & _axis, F32 _angle)

set(const QuatF & q)

setMatrix(MatrixF * mat)

Public Static Functions

RotateX(F32 angle, const Point3F & from, Point3F * to)

RotateX(F32 angle, MatrixF * mat)

RotateY(F32 angle, const Point3F & from, Point3F * to)

RotateY(F32 angle, MatrixF * mat)

RotateZ(F32 angle, const Point3F & from, Point3F * to)

RotateZ(F32 angle, MatrixF * mat)