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    <title>GetMatrix</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../../nw/gfx/Skeleton/Overview.html">Skeleton</a>::<a href="../../../../nw/gfx/Skeleton/MatrixPose/Overview.html">MatrixPose</a>::GetMatrix</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14bool GetMatrix(
15     int index,
16     math::MTX34 ** matrix
17);
18bool GetMatrix(
19     int index,
20     const math::MTX34 ** matrix
21) const;
22math::MTX34 * GetMatrix(
23     int         index
24);
25const math::MTX34 * GetMatrix(
26     int         index
27) const;
28</pre>
29    </div>
30    <h2>List of Overloaded Member Functions</h2>
31    <div class="section">
32      <table class="members">
33        <tr>
34          <td>
35            <a href="./GetMatrix(0).html"><CODE>GetMatrix(int, math::MTX34 **)</CODE> </a>
36          </td>
37          <td>Gets a matrix.</td>
38        </tr>
39        <tr>
40          <td>
41            <a href="./GetMatrix(1).html"><CODE>GetMatrix(int, const math::MTX34 **)</CODE> </a>
42          </td>
43          <td>Gets a matrix.</td>
44        </tr>
45        <tr>
46          <td>
47            <a href="./GetMatrix(2).html"><CODE>GetMatrix(int)</CODE> </a>
48          </td>
49          <td>Gets a matrix.</td>
50        </tr>
51        <tr>
52          <td>
53            <a href="./GetMatrix(3).html"><CODE>GetMatrix(int)</CODE> </a>
54          </td>
55          <td>Gets a matrix.</td>
56        </tr> </table>
57    </div>
58    <h2>Description of <CODE>GetMatrix(int, math::MTX34 **)</CODE></h2>
59    <div class="section">
60      <p>Gets a matrix.</p>
61    </div>
62    <h2>Description of <CODE>GetMatrix(int, const math::MTX34 **)</CODE></h2>
63    <div class="section">
64      <p>Gets a matrix.</p>
65    </div>
66    <h2>Description of <CODE>GetMatrix(int)</CODE></h2>
67    <div class="section">
68      <p>Gets a matrix.</p>
69    </div>
70    <h2>Description of <CODE>GetMatrix(int)</CODE></h2>
71    <div class="section">
72      <p>Gets a matrix.</p>
73    </div>
74  <hr><p>CONFIDENTIAL</p></body>
75</html>
76