1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50    <title>nw::snd::Sound3DCalculator</title>
51  </head>
52  <body>
53    <h1>nw::snd::Sound3DCalculator Class</h1>
54    <div class="section">
55      <b>Header file: </b>nw/snd/snd_Sound3DCalculator.h</div>
56    <h2>Syntax</h2>
57    <div class="section">
58      <pre class="definition">class Sound3DCalculator</pre>
59    </div>
60    <h2>Description</h2>
61    <div class="section">
62      <p>A class that consolidates standard parameter calculations for 3D sound.</p><p>It is called from the <A href="../Sound3DEngine/snd_Sound3DEngine_Overview.html"><CODE>Sound3DEngine</CODE></A> class.</p><p>This class's functions can be used when customizing and creating a unique 3D sound engine.</p></div>
63    <a name="struct" id="struct">
64      <h2>Structures</h2>
65      <div class="section">
66        <table class="members">
67          <tr>
68            <th>
69              <a href="../../../nw/snd/Sound3DCalculator/CalcPanParam/Overview.html"><CODE>nw::snd::Sound3DCalculator::CalcPanParam</CODE></a>
70            </th>
71            <td>Parameter structure for pan calculation.</td>
72          </tr> </table>
73      </div>
74    </a> <a name="function" id="function">
75      <h2>Member Functions</h2>
76      <div class="section">
77        <table class="members">
78          <tr>
79            <th class="category" colspan="3">Parameter Calculation</th>
80          </tr>
81          <tr>
82            <td width="100">
83              <span class="static_style" title="static">S</span> </td>
84            <th>
85              <a href="../../../nw/snd/Sound3DCalculator/CalcVolumeAndPriority.html">CalcVolumeAndPriority</a>
86            </th>
87            <td>Performs standard 3D sound parameter calculations for volume and priority.</td>
88          </tr>
89          <tr>
90            <td width="100">
91              <span class="static_style" title="static">S</span> </td>
92            <th>
93              <a href="../../../nw/snd/Sound3DCalculator/CalcPan.html"><CODE>CalcPan</CODE></a>
94            </th>
95            <td>Performs standard 3D sound parameter calculations for pan.</td>
96          </tr>
97          <tr>
98            <td width="100">
99              <span class="static_style" title="static">S</span> </td>
100            <th>
101              <a href="../../../nw/snd/Sound3DCalculator/CalcPitch.html">CalcPitch</a>
102            </th>
103            <td>Performs standard 3D sound parameter calculations for pitch.</td>
104          </tr> </table>
105      </div>
106    </a>
107    <h2>See Also</h2>
108    <div class="section">
109      <p class="reference"><CODE>Sound3DManager</CODE> Class<br /> </p>
110    </div>
111    <h2>Revision History</h2>
112    <div class="section">
113      <dl class="history">
114        <dt>2010/03/12</dt>
115        <dd>Initial version.<br />
116        </dd>
117      </dl>
118    </div>
119  <hr><p>CONFIDENTIAL</p></body>
120</html>