<h2title="Uses of Class Microsoft.Xna.Framework.Matrix"class="title">Uses of Class<br>Microsoft.Xna.Framework.Matrix</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> that return <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Add(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Add</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Adds a matrix to another matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateBillboard(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">CreateBillboard</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> objectPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraUpVector,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraForwardVector)</code>
<divclass="block">Creates a spherical billboard that rotates around a specified object position.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateConstrainedBillboard(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">CreateConstrainedBillboard</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> objectPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> rotateAxis,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraForwardVector,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> objectForwardVector)</code>
<divclass="block">Creates a cylindrical billboard that rotates around a specified axis.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateFromAxisAngle(Microsoft.Xna.Framework.Vector3, float)">CreateFromAxisAngle</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> axis,
float angle)</code>
<divclass="block">Creates a new Matrix that rotates around an arbitrary vector.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateFromQuaternion(Microsoft.Xna.Framework.Quaternion)">CreateFromQuaternion</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a> quaternion)</code>
<divclass="block">Creates a rotation Matrix from a Quaternion.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Creates a new rotation matrix from a specified yaw, pitch, and roll.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateLookAt(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">CreateLookAt</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraTarget,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraUpVector)</code>
<divclass="block">Creates a view matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Builds an orthogonal projection matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Builds a customized, orthogonal projection matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Builds a perspective projection matrix and returns the result by value.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Builds a perspective projection matrix based on a field of view and returns by value.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Builds a customized, perspective projection matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateReflection(Microsoft.Xna.Framework.Plane)">CreateReflection</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> value)</code>
<divclass="block">Creates a Matrix that reflects the coordinate system about a specified Plane.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Returns a matrix that can be used to rotate a set of vertices around the x-axis.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Returns a matrix that can be used to rotate a set of vertices around the y-axis.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Returns a matrix that can be used to rotate a set of vertices around the z-axis.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateScale(Microsoft.Xna.Framework.Vector3)">CreateScale</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> scales)</code>
<divclass="block">Creates a scaling Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateShadow(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Plane)">CreateShadow</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> lightDirection,
<ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane)</code>
<divclass="block">Creates a Matrix that flattens geometry into a specified Plane as if casting a shadow from a specified light source.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Creates a translation Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateTranslation(Microsoft.Xna.Framework.Vector3)">CreateTranslation</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position)</code>
<divclass="block">Creates a translation Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateWorld(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">CreateWorld</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> forward,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> up)</code>
<divclass="block">Creates a world matrix with the specified parameters.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Divide(Microsoft.Xna.Framework.Matrix, float)">Divide</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
float divider)</code>
<divclass="block">Divides the components of a matrix by a scalar.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Divide(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Divide</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Divides the components of a matrix by the corresponding components of another matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Returns an instance of the identity matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Invert(Microsoft.Xna.Framework.Matrix)">Invert</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Calculates the inverse of a matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Lerp(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, float)">Lerp</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2,
float amount)</code>
<divclass="block">Linearly interpolates between the corresponding values of two matrices.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Multiply(Microsoft.Xna.Framework.Matrix, float)">Multiply</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
float scaleFactor)</code>
<divclass="block">Multiplies a matrix by a scalar value.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Multiply(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Multiply</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Multiplies a matrix by another matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Negate(Microsoft.Xna.Framework.Matrix)">Negate</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Negates individual elements of a matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Subtract(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Subtract</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Subtracts matrices.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Transform(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Quaternion)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value,
<ahref="../../../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a> rotation)</code>
<divclass="block">Transforms a Matrix by applying a Quaternion rotation.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Transpose(Microsoft.Xna.Framework.Matrix)">Transpose</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transposes the rows and columns of a matrix.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> with parameters of type <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Add(Microsoft.Xna.Framework.Matrix)">Add</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> other)</code>
<divclass="block">Adds the current matrix to another matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Add(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Add</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Adds a matrix to another matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Add(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Add</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Adds a matrix to another matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateBillboard(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">CreateBillboard</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> objectPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraUpVector,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraForwardVector,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a spherical billboard that rotates around a specified object position.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateConstrainedBillboard(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">CreateConstrainedBillboard</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> objectPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraPosition,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> rotateAxis,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> cameraForwardVector,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> objectForwardVector,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a cylindrical billboard that rotates around a specified axis.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateFromAxisAngle(Microsoft.Xna.Framework.Vector3, float, Microsoft.Xna.Framework.Matrix)">CreateFromAxisAngle</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> axis,
float angle,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a new Matrix that rotates around an arbitrary vector.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateFromQuaternion(Microsoft.Xna.Framework.Quaternion, Microsoft.Xna.Framework.Matrix)">CreateFromQuaternion</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a> quaternion,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a rotation Matrix from a Quaternion.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a></code></td>
<tdclass="colLast"><spanclass="strong">Quaternion.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Quaternion.html#CreateFromRotationMatrix(Microsoft.Xna.Framework.Matrix)">CreateFromRotationMatrix</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Creates a Quaternion from a rotation Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Quaternion.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Quaternion.html#CreateFromRotationMatrix(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Quaternion)">CreateFromRotationMatrix</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a> result)</code>
<divclass="block">Creates a Quaternion from a rotation Matrix.</div>
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Builds a customized, perspective projection matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateReflection(Microsoft.Xna.Framework.Plane, Microsoft.Xna.Framework.Matrix)">CreateReflection</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> value,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a Matrix that reflects the coordinate system about a specified Plane.</div>
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a scaling Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateScale(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">CreateScale</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> scales,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a scaling Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateShadow(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Plane, Microsoft.Xna.Framework.Matrix)">CreateShadow</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> lightDirection,
<ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Fills in a Matrix to flatten geometry into a specified Plane as if casting a shadow from a specified light source.</div>
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a translation Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateTranslation(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">CreateTranslation</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a translation Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#CreateWorld(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">CreateWorld</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> forward,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> up,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Creates a world matrix with the specified parameters.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Divide(Microsoft.Xna.Framework.Matrix)">Divide</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> other)</code>
<divclass="block">Divides the components of the current matrix by the corresponding components of another matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Divide(Microsoft.Xna.Framework.Matrix, float)">Divide</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
float divider)</code>
<divclass="block">Divides the components of a matrix by a scalar.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Divide(Microsoft.Xna.Framework.Matrix, float, Microsoft.Xna.Framework.Matrix)">Divide</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
float divider,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Divides the components of a matrix by a scalar.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Divide(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Divide</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Divides the components of a matrix by the corresponding components of another matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Divide(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Divide</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Divides the components of a matrix by the corresponding components of another matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Equals(Microsoft.Xna.Framework.Matrix)">Equals</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> other)</code>
<divclass="block">Determines whether the specified Object is equal to the Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Invert(Microsoft.Xna.Framework.Matrix)">Invert</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Calculates the inverse of a matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Invert(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Invert</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Calculates the inverse of a matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Lerp(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, float)">Lerp</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2,
float amount)</code>
<divclass="block">Linearly interpolates between the corresponding values of two matrices.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Lerp(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, float, Microsoft.Xna.Framework.Matrix)">Lerp</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2,
float amount,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Linearly interpolates between the corresponding values of two matrices.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Multiply(Microsoft.Xna.Framework.Matrix)">Multiply</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> other)</code>
<divclass="block">Multiplies the current matrix by another matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Multiply(Microsoft.Xna.Framework.Matrix, float)">Multiply</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
float scaleFactor)</code>
<divclass="block">Multiplies a matrix by a scalar value.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Multiply(Microsoft.Xna.Framework.Matrix, float, Microsoft.Xna.Framework.Matrix)">Multiply</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
float scaleFactor,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Multiplies a matrix by a scalar value.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Multiply(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Multiply</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Multiplies a matrix by another matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Multiply(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Multiply</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Multiplies a matrix by another matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Negate(Microsoft.Xna.Framework.Matrix)">Negate</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Negates individual elements of a matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Negate(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Negate</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Negates individual elements of a matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Subtract(Microsoft.Xna.Framework.Matrix)">Subtract</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> other)</code>
<divclass="block">Subtracts the specified matrix from the current matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Subtract(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Subtract</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2)</code>
<divclass="block">Subtracts matrices.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Subtract(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Subtract</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix1,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix2,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Subtracts matrices.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a></code></td>
<tdclass="colLast"><spanclass="strong">BoundingSphere.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/BoundingSphere.html#Transform(Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Translates and scales the BoundingSphere using a given Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">BoundingSphere.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/BoundingSphere.html#Transform(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.BoundingSphere)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a> result)</code>
<divclass="block">Translates and scales the BoundingSphere using a given Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Transform(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Quaternion)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value,
<ahref="../../../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a> rotation)</code>
<divclass="block">Transforms a Matrix by applying a Quaternion rotation.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Transform(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Quaternion, Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value,
<ahref="../../../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a> rotation,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Transforms a Matrix by applying a Quaternion rotation.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a></code></td>
<tdclass="colLast"><spanclass="strong">Plane.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Plane.html#Transform(Microsoft.Xna.Framework.Plane, Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms a normalized Plane by a Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Plane.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Plane.html#Transform(Microsoft.Xna.Framework.Plane, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Plane)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> plane,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a> result)</code>
<divclass="block">Transforms a normalized Plane by a Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#Transform(Microsoft.Xna.Framework.Vector2[], int, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector2[], int, int)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] sourceArray,
int sourceIndex,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] destinationArray,
int destinationIndex,
int length)</code>
<divclass="block">Transforms a specified range in an array of Vector2s by a specified Matrix and places the results in a specified range in a destination array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#Transform(Microsoft.Xna.Framework.Vector2[], Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector2[])">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] sourceArray,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] destinationArray)</code>
<divclass="block">Transforms an array of Vector2s by a specified Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a></code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms a Vector2 by the given Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a></code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#Transform(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms the vector (x, y, 0, 1) by the specified matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#Transform(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector2)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> result)</code>
<divclass="block">Transforms the vector (x, y, 0, 1) by the specified matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector4)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a> result)</code>
<divclass="block">Transforms a Vector2 by the given Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#Transform(Microsoft.Xna.Framework.Vector3[], int, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector3[], int, int)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] sourceArray,
int sourceIndex,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] destinationArray,
int destinationIndex,
int length)</code>
<divclass="block">Applies a specified transform Matrix to a specified range of an array of Vector3s and writes the results into a specified range of a destination array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#Transform(Microsoft.Xna.Framework.Vector3[], Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector3[])">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] sourceArray,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] destinationArray)</code>
<divclass="block">Transforms a source array of Vector3s by a specified Matrix and writes the results to an existing destination array.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a></code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms a Vector3 by the given Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#Transform(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms a 3D vector by the given matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#Transform(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector3)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> result)</code>
<divclass="block">Transforms a Vector3 by the given Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector4)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> position,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a> result)</code>
<divclass="block">Transforms a Vector3 by the given Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector4[], int, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector4[], int, int)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a>[] sourceArray,
int sourceIndex,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a>[] destinationArray,
int destinationIndex,
int length)</code>
<divclass="block">Transforms a specified range in an array of Vector4s by a specified Matrix into a specified range in a destination array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector4[], Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector4[])">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a>[] sourceArray,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a>[] destinationArray)</code>
<divclass="block">Transforms an array of Vector4s by a specified Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a></code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector4, Microsoft.Xna.Framework.Matrix)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a> vector,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms a Vector4 by the specified Matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector4.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector4.html#Transform(Microsoft.Xna.Framework.Vector4, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector4)">Transform</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a> vector,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a> result)</code>
<divclass="block">Transforms a Vector4 by the given Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#TransformNormal(Microsoft.Xna.Framework.Vector2[], int, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector2[], int, int)">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] sourceArray,
int sourceIndex,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] destinationArray,
int destinationIndex,
int length)</code>
<divclass="block">Transforms a specified range in an array of Vector2 vector normals by a specified Matrix and places the results in a specified range in a destination array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#TransformNormal(Microsoft.Xna.Framework.Vector2[], Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector2[])">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] sourceArray,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a>[] destinationArray)</code>
<divclass="block">Transforms an array of Vector2 vector normals by a specified Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a></code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#TransformNormal(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Matrix)">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> normal,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms a 2D vector normal by a matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector2.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector2.html#TransformNormal(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector2)">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> normal,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a> result)</code>
<divclass="block">Transforms a vector normal by a matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#TransformNormal(Microsoft.Xna.Framework.Vector3[], int, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector3[], int, int)">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] sourceArray,
int sourceIndex,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] destinationArray,
int destinationIndex,
int length)</code>
<divclass="block">Transforms a specified range in an array of 3D vector normals by a specified Matrix and writes the results to a specified range in a destination array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#TransformNormal(Microsoft.Xna.Framework.Vector3[], Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector3[])">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] sourceArray,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a>[] destinationArray)</code>
<divclass="block">Transforms an array of 3D vector normals by a specified Matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#TransformNormal(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix)">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> normal,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transforms a 3D vector normal by a matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Vector3.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Vector3.html#TransformNormal(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Vector3)">TransformNormal</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> normal,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> result)</code>
<divclass="block">Transforms a vector normal by a matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Transpose(Microsoft.Xna.Framework.Matrix)">Transpose</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix)</code>
<divclass="block">Transposes the rows and columns of a matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static void</code></td>
<tdclass="colLast"><spanclass="strong">Matrix.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Matrix.html#Transpose(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Transpose</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> matrix,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> result)</code>
<divclass="block">Transposes the rows and columns of a matrix.</div>
<h3>Uses of <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> in <ahref="../../../../Microsoft/Xna/Framework/Content/package-summary.html">Microsoft.Xna.Framework.Content</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/Content/package-summary.html">Microsoft.Xna.Framework.Content</a> that return <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<h3>Uses of <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> in <ahref="../../../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <ahref="../../../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a> declared as <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<divclass="block">Gets or sets the matrix used to transform this bone relative to its parent bone.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a> that return <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a> with parameters of type <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">SpriteBatch.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/SpriteBatch.html#Begin(Microsoft.Xna.Framework.Graphics.SpriteSortMode, Microsoft.Xna.Framework.Graphics.BlendState, Microsoft.Xna.Framework.Graphics.SamplerState, Microsoft.Xna.Framework.Graphics.DepthStencilState, Microsoft.Xna.Framework.Graphics.RasterizerState, Microsoft.Xna.Framework.Graphics.Effect, Microsoft.Xna.Framework.Matrix)">Begin</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/SpriteSortMode.html"title="enum in Microsoft.Xna.Framework.Graphics">SpriteSortMode</a> sortMode,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a> blendState,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/SamplerState.html"title="class in Microsoft.Xna.Framework.Graphics">SamplerState</a> samplerState,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/DepthStencilState.html"title="class in Microsoft.Xna.Framework.Graphics">DepthStencilState</a> depthStencilState,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/RasterizerState.html"title="class in Microsoft.Xna.Framework.Graphics">RasterizerState</a> rasterizerState,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/Effect.html"title="class in Microsoft.Xna.Framework.Graphics">Effect</a> effect,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> transformMatrix)</code>
<divclass="block">Begins a sprite batch operation using the specified sort, blend, sampler, depth stencil, rasterizer state objects, plus a custom effect and a 2D transformation matrix.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Model.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/Model.html#CopyAbsoluteBoneTransformsTo(Microsoft.Xna.Framework.Matrix[])">CopyAbsoluteBoneTransformsTo</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a>[] destinationBoneTransforms)</code>
<divclass="block">Copies a transform of each bone in a model relative to all parent bones of the bone into a given array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Model.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/Model.html#CopyBoneTransformsFrom(Microsoft.Xna.Framework.Matrix[])">CopyBoneTransformsFrom</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a>[] sourceBoneTransforms)</code>
<divclass="block">Copies an array of transforms into each bone in the model.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Model.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/Model.html#CopyBoneTransformsTo(Microsoft.Xna.Framework.Matrix[])">CopyBoneTransformsTo</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a>[] destinationBoneTransforms)</code>
<divclass="block">Copies each bone transform relative only to the parent bone of the model to a given array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Model.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/Model.html#Draw(Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Draw</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> world,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> view,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> projection)</code>
<divclass="block">Render a model after applying the matrix transformations.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></code></td>
<tdclass="colLast"><spanclass="strong">Viewport.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/Viewport.html#Project(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Project</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> source,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> projection,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> view,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> world)</code>
<divclass="block">Projects a 3D vector from object space into screen space.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">IEffectMatrices.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/IEffectMatrices.html#setProjection(Microsoft.Xna.Framework.Matrix)">setProjection</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">DualTextureEffect.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/DualTextureEffect.html#setProjection(Microsoft.Xna.Framework.Matrix)">setProjection</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">EffectParameter.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/EffectParameter.html#SetValue(Microsoft.Xna.Framework.Matrix)">SetValue</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code>
<divclass="block">Sets the value of the EffectParameter.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">EffectParameter.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/EffectParameter.html#SetValue(Microsoft.Xna.Framework.Matrix[])">SetValue</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a>[] value)</code>
<divclass="block">Sets the value of the EffectParameter.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">IEffectMatrices.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/IEffectMatrices.html#setView(Microsoft.Xna.Framework.Matrix)">setView</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">DualTextureEffect.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/DualTextureEffect.html#setView(Microsoft.Xna.Framework.Matrix)">setView</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code>
<divclass="block">Sets the view matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">IEffectMatrices.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/IEffectMatrices.html#setWorld(Microsoft.Xna.Framework.Matrix)">setWorld</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">DualTextureEffect.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/DualTextureEffect.html#setWorld(Microsoft.Xna.Framework.Matrix)">setWorld</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code>
<divclass="block">Sets the world matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></code></td>
<tdclass="colLast"><spanclass="strong">Viewport.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/Viewport.html#Unproject(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix, Microsoft.Xna.Framework.Matrix)">Unproject</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a> source,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> projection,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> view,
<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> world)</code>
<divclass="block">Converts a screen space point into a corresponding point in world space.</div>
<h3>Uses of <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> in <ahref="../../../../Microsoft/Xna/Framework/Net/package-summary.html">Microsoft.Xna.Framework.Net</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/Net/package-summary.html">Microsoft.Xna.Framework.Net</a> that return <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></code></td>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/Net/package-summary.html">Microsoft.Xna.Framework.Net</a> with parameters of type <ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">PacketWriter.</span><code><strong><ahref="../../../../Microsoft/Xna/Framework/Net/PacketWriter.html#Write(Microsoft.Xna.Framework.Matrix)">Write</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a> value)</code>
<divclass="block">Writes a Matrix value to an outgoing network packet.</div>