Jamie Slowgrove - PGG Assignment 2
 All Classes Namespaces Files Functions Variables Typedefs Macros
Ground Member List

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

draw(glm::mat4 &viewMatrix, glm::mat4 &projMatrix)Entity
Entity(Model *model, float scaleValue)Entity
getOrientation()Entity
getPosition()Entity
getScale()Entity
Ground(Model *model, float scaleValue)Ground
modelEntityprotected
move(glm::vec3 movement)Entity
moveSpeedEntityprotected
moveX(float movement)Entity
moveY(float movement)Entity
moveZ(float movement)Entity
positionEntityprotected
rotateSpeedEntityprotected
rotateX(float angle)Entity
rotateY(float angle)Entity
rotateZ(float angle)Entity
rotationEntityprotected
scaleValueEntityprotected
setMoveSpeed(float moveSpeed)Entity
setPosition(glm::vec3 position)Entity
setPosition(float x, float y, float z)Entity
setScale(float scaleValue)Entity
update(float dt)Groundvirtual
~Entity()Entityvirtual
~Ground()Ground