#include <positionedobject.h>
Inheritance diagram for openalpp::PositionedObject:
Public Member Functions | |
PositionedObject () | |
virtual void | setPosition (float x, float y, float z)=0 |
virtual void | getPosition (float &x, float &y, float &z) const =0 |
virtual void | setVelocity (float vx, float vy, float vz)=0 |
virtual void | getVelocity (float &vx, float &vy, float &vz) const =0 |
Protected Member Functions | |
virtual | ~PositionedObject () |
|
|
|
|
|
Get position.
Implemented in openalpp::Listener, and openalpp::SourceBase. |
|
Get velocity.
Implemented in openalpp::Listener, and openalpp::SourceBase. |
|
Set position.
Implemented in openalpp::Listener, and openalpp::SourceBase. |
|
Set velocity.
Implemented in openalpp::Listener, and openalpp::SourceBase. |