Voxellancer  0.3
A game about voxels in space
 All Classes Functions Pages
AbstractMove Member List

This is the complete list of members for AbstractMove, including all inherited members.

AbstractMove() (defined in AbstractMove)AbstractMove
AbstractMove(const glm::vec3 &directional, const glm::vec3 &angular) (defined in AbstractMove)AbstractMove
angular() const (defined in AbstractMove)AbstractMove
clear() (defined in AbstractMove)AbstractMove
directional() const (defined in AbstractMove)AbstractMove
m_angular (defined in AbstractMove)AbstractMoveprotected
m_directional (defined in AbstractMove)AbstractMoveprotected
operator*(const AbstractMove &other) const (defined in AbstractMove)AbstractMove
operator*(float multiplier) const (defined in AbstractMove)AbstractMove
operator+=(const AbstractMove &other) (defined in AbstractMove)AbstractMove
operator/(float dividor) const (defined in AbstractMove)AbstractMove
setAngular(const glm::vec3 &angular) (defined in AbstractMove)AbstractMove
setDirectional(const glm::vec3 &directional) (defined in AbstractMove)AbstractMove