Returns the orientation of the listener.
== Function ==
=== Synopsis ===
<source lang="lua">
fx, fy, fz, ux, uy, uz = love.audio.getOrientation( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|fx, fy, fz|Forward vector of the listener orientation.}}
{{param|number|ux, uy, uz|Up vector of the listener orientation.}}
== See Also ==
* [[parent::love.audio]]
[[Category:Functions]]
{{#set:Description=Returns the orientation of the listener.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.audio.getOrientation}}