# GrapeCity.Documents.Pdf.Util.Matrix3D

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Pdf_Util_Matrix3D" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D" class="text-break">Matrix3D Struct
</h1>
  <div class="markdown level0 summary"><p>Represents 3D matrix.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.html">Matrix3D</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Pdf.Util.html">GrapeCity.Documents.Pdf.Util</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Pdf.dll</h6>
  <h5 id="GrapeCity_Documents_Pdf_Util_Matrix3D_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Matrix3D : IEquatable&lt;Matrix3D&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Matrix3D
    Implements IEquatable(Of Matrix3D)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D__ctor_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.-ctor.html#GrapeCity_Documents_Pdf_Util_Matrix3D__ctor_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_">Matrix3D(float, float, float, float, float, float, float, float, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.html">Matrix3D</a> with the specified 3x3 matrix elements and translation
components.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D__ctor_System_Single___" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.#ctor(System.Single[])">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.-ctor.html#GrapeCity_Documents_Pdf_Util_Matrix3D__ctor_System_Single___">Matrix3D(float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.html">Matrix3D</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_Identity" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.Identity">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.Identity.html">Identity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the identity matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M11" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M11">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M11.html">M11</a>
        </td>
        <td class="markdown level1 summary"><p>Element (1,1)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M12" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M12">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M12.html">M12</a>
        </td>
        <td class="markdown level1 summary"><p>Element (1,2)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M13" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M13">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M13.html">M13</a>
        </td>
        <td class="markdown level1 summary"><p>Element (1,3)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M21" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M21">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M21.html">M21</a>
        </td>
        <td class="markdown level1 summary"><p>Element (2,1)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M22" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M22">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M22.html">M22</a>
        </td>
        <td class="markdown level1 summary"><p>Element (2,2)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M23" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M23">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M23.html">M23</a>
        </td>
        <td class="markdown level1 summary"><p>Element (2,3)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M31" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M31">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M31.html">M31</a>
        </td>
        <td class="markdown level1 summary"><p>Element (3,1)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M32" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M32">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M32.html">M32</a>
        </td>
        <td class="markdown level1 summary"><p>Element (3,2)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_M33" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.M33">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.M33.html">M33</a>
        </td>
        <td class="markdown level1 summary"><p>Element (3,3)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_Tx" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.Tx">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.Tx.html">Tx</a>
        </td>
        <td class="markdown level1 summary"><p>Translation component along the X axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_Ty" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.Ty">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.Ty.html">Ty</a>
        </td>
        <td class="markdown level1 summary"><p>Translation component along the Y axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_Tz" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.Tz">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.Tz.html">Tz</a>
        </td>
        <td class="markdown level1 summary"><p>Translation component along the Z axis.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_Equals_GrapeCity_Documents_Pdf_Util_Matrix3D_" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.Equals(GrapeCity.Documents.Pdf.Util.Matrix3D)">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.Equals.html#GrapeCity_Documents_Pdf_Util_Matrix3D_Equals_GrapeCity_Documents_Pdf_Util_Matrix3D_">Equals(Matrix3D)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.html">Matrix3D</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_Equals_System_Object_" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.Equals.html#GrapeCity_Documents_Pdf_Util_Matrix3D_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_GetHashCode" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.GetHashCode.html#GrapeCity_Documents_Pdf_Util_Matrix3D_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_op_Equality_GrapeCity_Documents_Pdf_Util_Matrix3D_GrapeCity_Documents_Pdf_Util_Matrix3D_" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.op_Equality(GrapeCity.Documents.Pdf.Util.Matrix3D,GrapeCity.Documents.Pdf.Util.Matrix3D)">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.op_Equality.html#GrapeCity_Documents_Pdf_Util_Matrix3D_op_Equality_GrapeCity_Documents_Pdf_Util_Matrix3D_GrapeCity_Documents_Pdf_Util_Matrix3D_">operator ==(Matrix3D, Matrix3D)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Util_Matrix3D_op_Inequality_GrapeCity_Documents_Pdf_Util_Matrix3D_GrapeCity_Documents_Pdf_Util_Matrix3D_" data-uid="GrapeCity.Documents.Pdf.Util.Matrix3D.op_Inequality(GrapeCity.Documents.Pdf.Util.Matrix3D,GrapeCity.Documents.Pdf.Util.Matrix3D)">
          <a class="xref" href="GrapeCity.Documents.Pdf.Util.Matrix3D.op_Inequality.html#GrapeCity_Documents_Pdf_Util_Matrix3D_op_Inequality_GrapeCity_Documents_Pdf_Util_Matrix3D_GrapeCity_Documents_Pdf_Util_Matrix3D_">operator !=(Matrix3D, Matrix3D)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
