SSpListener_GetUpVector
You can use theSSpListener_GetUpVector
function to get the up vector of a listener.
OSStatus SSpListener_GetUpVector ( SSpListenerReference inListenerReference, TQ3Vector3D *outUpVector);
inListenerReference
- A listener reference.
outUpVector
- On exit, the untransformed up vector of the listener.
- function result
- A result code.
DESCRIPTION
TheSSpListener_GetUpVector
function returns, in theoutUpVector
parameter, the untransformed up vector of the listener specified by theinListenerReference
parameter.