Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 1271

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Draw Matrix</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ui-draw-path.newfigurewitharc.html">UI\Draw\Path::newFigureWithArc</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ui-draw-matrix.invert.html">UI\Draw\Matrix::invert</a></div>
 <div class="up"><a href="book.ui.html">UI</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.ui-draw-matrix" class="reference">

 <h1 class="title">Draw Matrix</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 7, UI 0.9.9)</p>


  <div class="section" id="ui-draw-matrix.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="ui-draw-matrix.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <div class="ooclass"></div>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">UI\Draw\Matrix</strong>
     </span>
     {</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="ui-draw-matrix.invert.html" class="methodname">invert</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="ui-draw-matrix.isinvertible.html" class="methodname">isInvertible</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">UI\Draw\Matrix</span> <span class="methodname"><a href="ui-draw-matrix.multiply.html" class="methodname">multiply</a></span>
    ( <span class="methodparam"><span class="type"><span class="type UI\Draw\Matrix">UI\Draw\Matrix</span></span> <code class="parameter">$matrix</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="ui-draw-matrix.rotate.html" class="methodname">rotate</a></span>
    ( <span class="methodparam"><span class="type"><span class="type UI\Point">UI\Point</span></span> <code class="parameter">$point</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$amount</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="ui-draw-matrix.scale.html" class="methodname">scale</a></span>
    ( <span class="methodparam"><span class="type"><span class="type UI\Point">UI\Point</span></span> <code class="parameter">$center</code></span>
   , <span class="methodparam"><span class="type"><span class="type UI\Point">UI\Point</span></span> <code class="parameter">$point</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="ui-draw-matrix.skew.html" class="methodname">skew</a></span>
    ( <span class="methodparam"><span class="type"><span class="type UI\Point">UI\Point</span></span> <code class="parameter">$point</code></span>
   , <span class="methodparam"><span class="type"><span class="type UI\Point">UI\Point</span></span> <code class="parameter">$amount</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="ui-draw-matrix.translate.html" class="methodname">translate</a></span>
    ( <span class="methodparam"><span class="type"><span class="type UI\Point">UI\Point</span></span> <code class="parameter">$point</code></span>
   )</div>

   }</div>


  </div>

 </div>

 


















































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="ui-draw-matrix.invert.html">UI\Draw\Matrix::invert</a> — Invert Matrix</li><li><a href="ui-draw-matrix.isinvertible.html">UI\Draw\Matrix::isInvertible</a> — Invertible Detection</li><li><a href="ui-draw-matrix.multiply.html">UI\Draw\Matrix::multiply</a> — Multiply Matrix</li><li><a href="ui-draw-matrix.rotate.html">UI\Draw\Matrix::rotate</a> — Rotate Matrix</li><li><a href="ui-draw-matrix.scale.html">UI\Draw\Matrix::scale</a> — Scale Matrix</li><li><a href="ui-draw-matrix.skew.html">UI\Draw\Matrix::skew</a> — Skew Matrix</li><li><a href="ui-draw-matrix.translate.html">UI\Draw\Matrix::translate</a> — Translate Matrix</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ui-draw-path.newfigurewitharc.html">UI\Draw\Path::newFigureWithArc</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ui-draw-matrix.invert.html">UI\Draw\Matrix::invert</a></div>
 <div class="up"><a href="book.ui.html">UI</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>