#include <listener.h>
Inheritance diagram for openalpp::Listener:
Public Member Functions | |
Listener () | |
Listener (const Listener &listener) | |
Listener (float x, float y, float z, float directionx, float directiony, float directionz, float upx, float upy, float upz) | |
Listener (float x, float y, float z) | |
void | select () |
bool | isSelected () |
void | setOrientation (float directionx, float directiony, float directionz, float upx, float upy, float upz) |
void | getOrientation (float &directionx, float &directiony, float &directionz, float &upx, float &upy, float &upz) const |
Listener & | operator= (const Listener &listener) |
void | setPosition (float x, float y, float z) |
void | getPosition (float &x, float &y, float &z) const |
void | setVelocity (float vx, float vy, float vz) |
void | getVelocity (float &vx, float &vy, float &vz) const |
Protected Member Functions | |
virtual | ~Listener () |
|
Destructor. |
|
Constructor. Creates the listener at the default position. |
|
Copy constructor. |
|
Constructor. Creates the listener at the specified position and orientation.
|
|
Constructor. Creates the listener at the specified position.
|
|
Get the current orientation of this listener.
|
|
Inherited from PositionedObject. Implements openalpp::PositionedObject. |
|
Inherited from PositionedObject. Implements openalpp::PositionedObject. |
|
Check if this listener is currently selected.
|
|
Assignment operator.
|
|
Select this listener. |
|
Set the current orientation of this listener.
|
|
Inherited from PositionedObject. Implements openalpp::PositionedObject. |
|
Inherited from PositionedObject. Implements openalpp::PositionedObject. |