You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by lu...@apache.org on 2015/07/27 21:40:06 UTC

svn commit: r959801 [2/10] - in /websites/production/commons/content/proper/commons-math/apidocs: ./ org/apache/commons/math3/exception/class-use/ org/apache/commons/math3/fraction/ org/apache/commons/math3/geometry/euclidean/oned/class-use/ org/apache...

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html Mon Jul 27 19:40:06 2015
@@ -105,7 +105,7 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.48">PolyhedronsSet</a>
+<pre>public class <a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.47">PolyhedronsSet</a>
 extends <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/AbstractRegion.html" title="class in org.apache.commons.math3.geometry.partitioning">AbstractRegion</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;</pre>
 <div class="block">This class represents a 3D region: a set of polyhedrons.</div>
 <dl><dt><span class="strong">Since:</span></dt>
@@ -293,7 +293,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
-<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.57">PolyhedronsSet</a>(double&nbsp;tolerance)</pre>
+<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.56">PolyhedronsSet</a>(double&nbsp;tolerance)</pre>
 <div class="block">Build a polyhedrons set representing the whole real line.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>tolerance</code> - tolerance below which points are considered identical</dd><dt><span class="strong">Since:</span></dt>
   <dd>3.3</dd></dl>
@@ -305,7 +305,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
-<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.82">PolyhedronsSet</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/BSPTree.html" title="class in org.apache.commons.math3.geometry.partitioning">BSPTree</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;tree,
+<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.81">PolyhedronsSet</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/BSPTree.html" title="class in org.apache.commons.math3.geometry.partitioning">BSPTree</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;tree,
               double&nbsp;tolerance)</pre>
 <div class="block">Build a polyhedrons set from a BSP tree.
  <p>The leaf nodes of the BSP tree <em>must</em> have a
@@ -334,7 +334,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
-<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.107">PolyhedronsSet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">SubHyperplane</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&gt;&nbsp;boundary,
+<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.106">PolyhedronsSet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">SubHyperplane</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&gt;&nbsp;boundary,
               double&nbsp;tolerance)</pre>
 <div class="block">Build a polyhedrons set from a Boundary REPresentation (B-rep) specified by sub-hyperplanes.
  <p>The boundary is provided as a collection of <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>sub-hyperplanes</code></a>. Each sub-hyperplane has the
@@ -362,7 +362,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
-<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.130">PolyhedronsSet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&gt;&nbsp;vertices,
+<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.129">PolyhedronsSet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&gt;&nbsp;vertices,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;int[]&gt;&nbsp;facets,
               double&nbsp;tolerance)</pre>
 <div class="block">Build a polyhedrons set from a Boundary REPresentation (B-rep) specified by connected vertices.
@@ -389,7 +389,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
-<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.145">PolyhedronsSet</a>(double&nbsp;xMin,
+<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.144">PolyhedronsSet</a>(double&nbsp;xMin,
               double&nbsp;xMax,
               double&nbsp;yMin,
               double&nbsp;yMax,
@@ -408,7 +408,7 @@ extends <a href="../../../../../../../or
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
 <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.156">PolyhedronsSet</a>()</pre>
+public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.155">PolyhedronsSet</a>()</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>as of 3.3, replaced with <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#PolyhedronsSet(double)"><code>PolyhedronsSet(double)</code></a></i></div>
 <div class="block">Build a polyhedrons set representing the whole real line.</div>
 </li>
@@ -420,7 +420,7 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
 <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.171">PolyhedronsSet</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/BSPTree.html" title="class in org.apache.commons.math3.geometry.partitioning">BSPTree</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;tree)</pre>
+public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.170">PolyhedronsSet</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/BSPTree.html" title="class in org.apache.commons.math3.geometry.partitioning">BSPTree</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;tree)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>as of 3.3, replaced with <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#PolyhedronsSet(org.apache.commons.math3.geometry.partitioning.BSPTree,%20double)"><code>PolyhedronsSet(BSPTree, double)</code></a></i></div>
 <div class="block">Build a polyhedrons set from a BSP tree.
  <p>The leaf nodes of the BSP tree <em>must</em> have a
@@ -439,7 +439,7 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
 <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.196">PolyhedronsSet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">SubHyperplane</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&gt;&nbsp;boundary)</pre>
+public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.195">PolyhedronsSet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">SubHyperplane</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&gt;&nbsp;boundary)</pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>as of 3.3, replaced with <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#PolyhedronsSet(java.util.Collection,%20double)"><code>PolyhedronsSet(Collection, double)</code></a></i></div>
 <div class="block">Build a polyhedrons set from a Boundary REPresentation (B-rep).
  <p>The boundary is provided as a collection of <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>sub-hyperplanes</code></a>. Each sub-hyperplane has the
@@ -467,7 +467,7 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>PolyhedronsSet</h4>
 <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.211">PolyhedronsSet</a>(double&nbsp;xMin,
+public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.210">PolyhedronsSet</a>(double&nbsp;xMin,
                          double&nbsp;xMax,
                          double&nbsp;yMin,
                          double&nbsp;yMax,
@@ -493,7 +493,7 @@ public&nbsp;<a href="../../../../../../.
 <ul class="blockList">
 <li class="blockList">
 <h4>buildNew</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">PolyhedronsSet</a>&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.419">buildNew</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/BSPTree.html" title="class in org.apache.commons.math3.geometry.partitioning">BSPTree</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;tree)</pre>
+<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">PolyhedronsSet</a>&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.418">buildNew</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/BSPTree.html" title="class in org.apache.commons.math3.geometry.partitioning">BSPTree</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;tree)</pre>
 <div class="block">Build a region using the instance as a prototype.
  <p>This method allow to create new instances without knowing
  exactly the type of the region. It is an application of the
@@ -522,7 +522,7 @@ public&nbsp;<a href="../../../../../../.
 <ul class="blockList">
 <li class="blockList">
 <h4>computeGeometricalProperties</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.425">computeGeometricalProperties</a>()</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.424">computeGeometricalProperties</a>()</pre>
 <div class="block">Compute some geometrical properties.
  <p>The properties to compute are the barycenter and the size.</p></div>
 <dl>
@@ -537,7 +537,7 @@ public&nbsp;<a href="../../../../../../.
 <ul class="blockList">
 <li class="blockList">
 <h4>firstIntersection</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">SubHyperplane</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.511">firstIntersection</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&nbsp;point,
+<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">SubHyperplane</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Euclidean3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Euclidean3D</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.510">firstIntersection</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&nbsp;point,
                                            <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Line.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Line</a>&nbsp;line)</pre>
 <div class="block">Get the first sub-hyperplane crossed by a semi-infinite line.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>point</code> - start point of the part of the line considered</dd><dd><code>line</code> - line to consider (contains point)</dd>
@@ -552,7 +552,7 @@ public&nbsp;<a href="../../../../../../.
 <ul class="blockList">
 <li class="blockList">
 <h4>rotate</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">PolyhedronsSet</a>&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.607">rotate</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&nbsp;center,
+<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">PolyhedronsSet</a>&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.606">rotate</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&nbsp;center,
                     <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Rotation.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Rotation</a>&nbsp;rotation)</pre>
 <div class="block">Rotate the region around the specified point.
  <p>The instance is not modified, a new instance is created.</p></div>
@@ -566,7 +566,7 @@ public&nbsp;<a href="../../../../../../.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>translate</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">PolyhedronsSet</a>&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.680">translate</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&nbsp;translation)</pre>
+<pre>public&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">PolyhedronsSet</a>&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.html#line.681">translate</a>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Vector3D.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">Vector3D</a>&nbsp;translation)</pre>
 <div class="block">Translate the region by the specified amount.
  <p>The instance is not modified, a new instance is created.</p></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>translation</code> - translation to apply</dd>

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/twod/Line.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/twod/Line.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/twod/Line.html Mon Jul 27 19:40:06 2015
@@ -265,102 +265,115 @@ implements <a href="../../../../../../..
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(java.awt.geom.AffineTransform)">getTransform</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/geom/AffineTransform.html?is-external=true" title="class or interface in java.awt.geom">AffineTransform</a>&nbsp;transform)</code>
-<div class="block">Get a <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>Transform</code></a> embedding an affine transform.</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>as of 3.6, replaced with <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(double,%20double,%20double,%20double,%20double,%20double)"><code>getTransform(double, double, double, double, double, double)</code></a></i></div>
+</div>
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(double,%20double,%20double,%20double,%20double,%20double)">getTransform</a></strong>(double&nbsp;cXX,
+                        double&nbsp;cYX,
+                        double&nbsp;cXY,
+                        double&nbsp;cYY,
+                        double&nbsp;cX1,
+                        double&nbsp;cY1)</code>
+<div class="block">Get a <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>Transform</code></a> embedding an affine transform.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Vector2D</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#intersection(org.apache.commons.math3.geometry.euclidean.twod.Line)">intersection</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Line</a>&nbsp;other)</code>
 <div class="block">Get the intersection point of the instance and another line.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#isParallelTo(org.apache.commons.math3.geometry.euclidean.twod.Line)">isParallelTo</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Line</a>&nbsp;line)</code>
 <div class="block">Check the instance is parallel to another line.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/Point.html" title="interface in org.apache.commons.math3.geometry">Point</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#project(org.apache.commons.math3.geometry.Point)">project</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/Point.html" title="interface in org.apache.commons.math3.geometry">Point</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;&nbsp;point)</code>
 <div class="block">Project a point to the hyperplane.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#reset(org.apache.commons.math3.geometry.euclidean.twod.Vector2D,%20double)">reset</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Vector2D</a>&nbsp;p,
           double&nbsp;alpha)</code>
 <div class="block">Reset the instance as if built from a line and an angle.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#reset(org.apache.commons.math3.geometry.euclidean.twod.Vector2D,%20org.apache.commons.math3.geometry.euclidean.twod.Vector2D)">reset</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Vector2D</a>&nbsp;p1,
           <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Vector2D</a>&nbsp;p2)</code>
 <div class="block">Reset the instance as if built from two points.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#revertSelf()">revertSelf</a></strong>()</code>
 <div class="block">Revert the instance.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#sameOrientationAs(org.apache.commons.math3.geometry.partitioning.Hyperplane)">sameOrientationAs</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Hyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">Hyperplane</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;&nbsp;other)</code>
 <div class="block">Check if the instance has the same orientation as another hyperplane.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#setAngle(double)">setAngle</a></strong>(double&nbsp;angle)</code>
 <div class="block">Set the angle of the line.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#setOriginOffset(double)">setOriginOffset</a></strong>(double&nbsp;offset)</code>
 <div class="block">Set the offset of the origin.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Vector2D</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#toSpace(org.apache.commons.math3.geometry.Point)">toSpace</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/Point.html" title="interface in org.apache.commons.math3.geometry">Point</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;&nbsp;point)</code>
 <div class="block">Transform a sub-space point into a space point.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Vector2D</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#toSpace(org.apache.commons.math3.geometry.Vector)">toSpace</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/Vector.html" title="interface in org.apache.commons.math3.geometry">Vector</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;&nbsp;vector)</code>
 <div class="block">Transform a sub-space point into a space point.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Vector1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Vector1D</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#toSubSpace(org.apache.commons.math3.geometry.Point)">toSubSpace</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/Point.html" title="interface in org.apache.commons.math3.geometry">Point</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;&nbsp;point)</code>
 <div class="block">Transform a space point into a sub-space point.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Vector1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Vector1D</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#toSubSpace(org.apache.commons.math3.geometry.Vector)">toSubSpace</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/Vector.html" title="interface in org.apache.commons.math3.geometry">Vector</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;&nbsp;vector)</code>
 <div class="block">Transform a space point into a sub-space point.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#translateToPoint(org.apache.commons.math3.geometry.euclidean.twod.Vector2D)">translateToPoint</a></strong>(<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Vector2D</a>&nbsp;p)</code>
 <div class="block">Translate the line to force it passing by a point.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/SubLine.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">SubLine</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#wholeHyperplane()">wholeHyperplane</a></strong>()</code>
 <div class="block">Build a sub-hyperplane covering the whole hyperplane.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">PolygonsSet</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#wholeSpace()">wholeSpace</a></strong>()</code>
 <div class="block">Build a region covering the whole space.</div>
@@ -854,11 +867,13 @@ public&nbsp;<a href="../../../../../../.
 <a name="getTransform(java.awt.geom.AffineTransform)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getTransform</h4>
-<pre>public static&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/twod/Line.html#line.451">getTransform</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/geom/AffineTransform.html?is-external=true" title="class or interface in java.awt.geom">AffineTransform</a>&nbsp;transform)
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public static&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/twod/Line.html#line.453">getTransform</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/geom/AffineTransform.html?is-external=true" title="class or interface in java.awt.geom">AffineTransform</a>&nbsp;transform)
                                                        throws <a href="../../../../../../../org/apache/commons/math3/exception/MathIllegalArgumentException.html" title="class in org.apache.commons.math3.exception">MathIllegalArgumentException</a></pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>as of 3.6, replaced with <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(double,%20double,%20double,%20double,%20double,%20double)"><code>getTransform(double, double, double, double, double, double)</code></a></i></div>
 <div class="block">Get a <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>Transform</code></a> embedding an affine transform.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>transform</code> - affine transform to embed (must be inversible
  otherwise the <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html#apply(org.apache.commons.math3.geometry.partitioning.Hyperplane)"><code>apply(Hyperplane)</code></a> method would work only for some lines, and
@@ -868,6 +883,27 @@ public&nbsp;<a href="../../../../../../.
 <dd><code><a href="../../../../../../../org/apache/commons/math3/exception/MathIllegalArgumentException.html" title="class in org.apache.commons.math3.exception">MathIllegalArgumentException</a></code> - if the transform is non invertible</dd></dl>
 </li>
 </ul>
+<a name="getTransform(double, double, double, double, double, double)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getTransform</h4>
+<pre>public static&nbsp;<a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/geometry/euclidean/twod/Line.html#line.475">getTransform</a>(double&nbsp;cXX,
+                                              double&nbsp;cYX,
+                                              double&nbsp;cXY,
+                                              double&nbsp;cYY,
+                                              double&nbsp;cX1,
+                                              double&nbsp;cY1)
+                                                       throws <a href="../../../../../../../org/apache/commons/math3/exception/MathIllegalArgumentException.html" title="class in org.apache.commons.math3.exception">MathIllegalArgumentException</a></pre>
+<div class="block">Get a <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>Transform</code></a> embedding an affine transform.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cXX</code> - transform factor between input abscissa and output abscissa</dd><dd><code>cYX</code> - transform factor between input abscissa and output ordinate</dd><dd><code>cXY</code> - transform factor between input ordinate and output abscissa</dd><dd><code>cYY</code> - transform factor between input ordinate and output ordinate</dd><dd><code>cX1</code> - transform addendum for output abscissa</dd><dd><code>cY1</code> - transform addendum for output ordinate</dd>
+<dt><span class="strong">Returns:</span></dt><dd>a new transform that can be applied to either <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Vector2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod"><code>Vector2D</code></a>, <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html" title="class in org.apache.commons.math3.geometry.euclidean.twod"><code>Line</code></a> or <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>SubHyperplane</code></a> instances</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../../../../../org/apache/commons/math3/exception/MathIllegalArgumentException.html" title="class in org.apache.commons.math3.exception">MathIllegalArgumentException</a></code> - if the transform is non invertible</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.6</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/twod/class-use/Euclidean2D.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/twod/class-use/Euclidean2D.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/euclidean/twod/class-use/Euclidean2D.html Mon Jul 27 19:40:06 2015
@@ -222,16 +222,29 @@
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;</code></td>
 <td class="colLast"><span class="strong">Line.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(java.awt.geom.AffineTransform)">getTransform</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/geom/AffineTransform.html?is-external=true" title="class or interface in java.awt.geom">AffineTransform</a>&nbsp;transform)</code>
-<div class="block">Get a <a href="../../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>Transform</code></a> embedding an affine transform.</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>as of 3.6, replaced with <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(double,%20double,%20double,%20double,%20double,%20double)"><code>Line.getTransform(double, double, double, double, double, double)</code></a></i></div>
+</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;</code></td>
+<td class="colLast"><span class="strong">Line.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(double,%20double,%20double,%20double,%20double,%20double)">getTransform</a></strong>(double&nbsp;cXX,
+                        double&nbsp;cYX,
+                        double&nbsp;cXY,
+                        double&nbsp;cYY,
+                        double&nbsp;cX1,
+                        double&nbsp;cY1)</code>
+<div class="block">Get a <a href="../../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>Transform</code></a> embedding an affine transform.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/commons/math3/geometry/Point.html" title="interface in org.apache.commons.math3.geometry">Point</a>&lt;<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;</code></td>
 <td class="colLast"><span class="strong">Line.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#project(org.apache.commons.math3.geometry.Point)">project</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/Point.html" title="interface in org.apache.commons.math3.geometry">Point</a>&lt;<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;&nbsp;point)</code>
 <div class="block">Project a point to the hyperplane.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/commons/math3/geometry/partitioning/SubHyperplane.SplitSubHyperplane.html" title="class in org.apache.commons.math3.geometry.partitioning">SubHyperplane.SplitSubHyperplane</a>&lt;<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;</code></td>
 <td class="colLast"><span class="strong">SubLine.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/SubLine.html#split(org.apache.commons.math3.geometry.partitioning.Hyperplane)">split</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/partitioning/Hyperplane.html" title="interface in org.apache.commons.math3.geometry.partitioning">Hyperplane</a>&lt;<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>&gt;&nbsp;hyperplane)</code>
 <div class="block">Split the instance in two parts by an hyperplane.</div>

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/partitioning/class-use/Transform.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/partitioning/class-use/Transform.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/geometry/partitioning/class-use/Transform.html Mon Jul 27 19:40:06 2015
@@ -114,6 +114,19 @@
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;</code></td>
 <td class="colLast"><span class="strong">Line.</span><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(java.awt.geom.AffineTransform)">getTransform</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/awt/geom/AffineTransform.html?is-external=true" title="class or interface in java.awt.geom">AffineTransform</a>&nbsp;transform)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>as of 3.6, replaced with <a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(double,%20double,%20double,%20double,%20double,%20double)"><code>Line.getTransform(double, double, double, double, double, double)</code></a></i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning">Transform</a>&lt;<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Euclidean2D.html" title="class in org.apache.commons.math3.geometry.euclidean.twod">Euclidean2D</a>,<a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/oned/Euclidean1D.html" title="class in org.apache.commons.math3.geometry.euclidean.oned">Euclidean1D</a>&gt;</code></td>
+<td class="colLast"><span class="strong">Line.</span><code><strong><a href="../../../../../../../org/apache/commons/math3/geometry/euclidean/twod/Line.html#getTransform(double,%20double,%20double,%20double,%20double,%20double)">getTransform</a></strong>(double&nbsp;cXX,
+                        double&nbsp;cYX,
+                        double&nbsp;cXY,
+                        double&nbsp;cYY,
+                        double&nbsp;cX1,
+                        double&nbsp;cY1)</code>
 <div class="block">Get a <a href="../../../../../../../org/apache/commons/math3/geometry/partitioning/Transform.html" title="interface in org.apache.commons.math3.geometry.partitioning"><code>Transform</code></a> embedding an affine transform.</div>
 </td>
 </tr>

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ml/neuralnet/Neuron.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ml/neuralnet/Neuron.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ml/neuralnet/Neuron.html Mon Jul 27 19:40:06 2015
@@ -100,7 +100,7 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.34">Neuron</a>
+<pre>public class <a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.36">Neuron</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
 <div class="block">Describes a neuron element of a neural network.
@@ -147,6 +147,22 @@ implements <a href="http://docs.oracle.c
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#getNumberOfAttemptedUpdates()">getNumberOfAttemptedUpdates</a></strong>()</code>
+<div class="block">Retrieves the number of calls to the
+ <a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#compareAndSetFeatures(double[],%20double[])"><code>compareAndSetFeatures</code></a>
+ method.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#getNumberOfSuccessfulUpdates()">getNumberOfSuccessfulUpdates</a></strong>()</code>
+<div class="block">Retrieves the number of successful calls to the
+ <a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#compareAndSetFeatures(double[],%20double[])"><code>compareAndSetFeatures</code></a>
+ method.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#getSize()">getSize</a></strong>()</code>
 <div class="block">Gets the length of the feature set.</div>
@@ -180,7 +196,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getIdentifier</h4>
-<pre>public&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.68">getIdentifier</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.74">getIdentifier</a>()</pre>
 <div class="block">Gets the neuron's identifier.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the identifier.</dd></dl>
 </li>
@@ -191,7 +207,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getSize</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.77">getSize</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.83">getSize</a>()</pre>
 <div class="block">Gets the length of the feature set.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the number of features.</dd></dl>
 </li>
@@ -202,7 +218,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>getFeatures</h4>
-<pre>public&nbsp;double[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.86">getFeatures</a>()</pre>
+<pre>public&nbsp;double[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.92">getFeatures</a>()</pre>
 <div class="block">Gets the neuron's features.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>a copy of the neuron's features.</dd></dl>
 </li>
@@ -210,10 +226,10 @@ implements <a href="http://docs.oracle.c
 <a name="compareAndSetFeatures(double[], double[])">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>compareAndSetFeatures</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.118">compareAndSetFeatures</a>(double[]&nbsp;expect,
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.124">compareAndSetFeatures</a>(double[]&nbsp;expect,
                             double[]&nbsp;update)</pre>
 <div class="block">Tries to atomically update the neuron's features.
  Update will be performed only if the expected values match the
@@ -241,6 +257,38 @@ implements <a href="http://docs.oracle.c
  not the same as specified in the <a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#Neuron(long,%20double[])"><code>constructor</code></a>.</dd></dl>
 </li>
 </ul>
+<a name="getNumberOfAttemptedUpdates()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumberOfAttemptedUpdates</h4>
+<pre>public&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.161">getNumberOfAttemptedUpdates</a>()</pre>
+<div class="block">Retrieves the number of calls to the
+ <a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#compareAndSetFeatures(double[],%20double[])"><code>compareAndSetFeatures</code></a>
+ method.
+ Note that if the caller wants to use this method in combination with
+ <a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#getNumberOfSuccessfulUpdates()"><code>getNumberOfSuccessfulUpdates()</code></a>, additional synchronization
+ may be required to ensure consistency.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the number of update attempts.</dd></dl>
+</li>
+</ul>
+<a name="getNumberOfSuccessfulUpdates()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getNumberOfSuccessfulUpdates</h4>
+<pre>public&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/Neuron.html#line.175">getNumberOfSuccessfulUpdates</a>()</pre>
+<div class="block">Retrieves the number of successful calls to the
+ <a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#compareAndSetFeatures(double[],%20double[])"><code>compareAndSetFeatures</code></a>
+ method.
+ Note that if the caller wants to use this method in combination with
+ <a href="../../../../../../org/apache/commons/math3/ml/neuralnet/Neuron.html#getNumberOfAttemptedUpdates()"><code>getNumberOfAttemptedUpdates()</code></a>, additional synchronization
+ may be required to ensure consistency.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the number of successful updates.</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html Mon Jul 27 19:40:06 2015
@@ -100,7 +100,7 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.68">KohonenUpdateAction</a>
+<pre>public class <a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.69">KohonenUpdateAction</a>
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="../../../../../../../org/apache/commons/math3/ml/neuralnet/UpdateAction.html" title="interface in org.apache.commons.math3.ml.neuralnet">UpdateAction</a></pre>
 <div class="block">Update formula for <a href="http://en.wikipedia.org/wiki/Kohonen">
@@ -216,7 +216,7 @@ implements <a href="../../../../../../..
 <ul class="blockListLast">
 <li class="blockList">
 <h4>KohonenUpdateAction</h4>
-<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.83">KohonenUpdateAction</a>(<a href="../../../../../../../org/apache/commons/math3/ml/distance/DistanceMeasure.html" title="interface in org.apache.commons.math3.ml.distance">DistanceMeasure</a>&nbsp;distance,
+<pre>public&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.84">KohonenUpdateAction</a>(<a href="../../../../../../../org/apache/commons/math3/ml/distance/DistanceMeasure.html" title="interface in org.apache.commons.math3.ml.distance">DistanceMeasure</a>&nbsp;distance,
                    <a href="../../../../../../../org/apache/commons/math3/ml/neuralnet/sofm/LearningFactorFunction.html" title="interface in org.apache.commons.math3.ml.neuralnet.sofm">LearningFactorFunction</a>&nbsp;learningFactor,
                    <a href="../../../../../../../org/apache/commons/math3/ml/neuralnet/sofm/NeighbourhoodSizeFunction.html" title="interface in org.apache.commons.math3.ml.neuralnet.sofm">NeighbourhoodSizeFunction</a>&nbsp;neighbourhoodSize)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>distance</code> - Distance function.</dd><dd><code>learningFactor</code> - Learning factor update function.</dd><dd><code>neighbourhoodSize</code> - Neighbourhood size update function.</dd></dl>
@@ -236,7 +236,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>update</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.94">update</a>(<a href="../../../../../../../org/apache/commons/math3/ml/neuralnet/Network.html" title="class in org.apache.commons.math3.ml.neuralnet">Network</a>&nbsp;net,
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.96">update</a>(<a href="../../../../../../../org/apache/commons/math3/ml/neuralnet/Network.html" title="class in org.apache.commons.math3.ml.neuralnet">Network</a>&nbsp;net,
           double[]&nbsp;features)</pre>
 <div class="block">Updates the network in response to the sample <code>features</code>.</div>
 <dl>
@@ -251,7 +251,7 @@ implements <a href="../../../../../../..
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getNumberOfCalls</h4>
-<pre>public&nbsp;long&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.142">getNumberOfCalls</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a href="../../../../../../../src-html/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#line.144">getNumberOfCalls</a>()</pre>
 <div class="block">Retrieves the number of calls to the <a href="../../../../../../../org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction.html#update(org.apache.commons.math3.ml.neuralnet.Network,%20double[])"><code>update</code></a>
  method.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the current number of calls.</dd></dl>

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ode/AbstractIntegrator.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ode/AbstractIntegrator.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ode/AbstractIntegrator.html Mon Jul 27 19:40:06 2015
@@ -813,16 +813,19 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>computeDerivatives</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.282">computeDerivatives</a>(double&nbsp;t,
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.285">computeDerivatives</a>(double&nbsp;t,
                       double[]&nbsp;y,
                       double[]&nbsp;yDot)
                         throws <a href="../../../../../org/apache/commons/math3/exception/MaxCountExceededException.html" title="class in org.apache.commons.math3.exception">MaxCountExceededException</a>,
-                               <a href="../../../../../org/apache/commons/math3/exception/DimensionMismatchException.html" title="class in org.apache.commons.math3.exception">DimensionMismatchException</a></pre>
+                               <a href="../../../../../org/apache/commons/math3/exception/DimensionMismatchException.html" title="class in org.apache.commons.math3.exception">DimensionMismatchException</a>,
+                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></pre>
 <div class="block">Compute the derivatives and check the number of evaluations.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>t</code> - current value of the independent <I>time</I> variable</dd><dd><code>y</code> - array containing the current value of the state vector</dd><dd><code>yDot</code> - placeholder array where to put the time derivative of the state vector</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="../../../../../org/apache/commons/math3/exception/MaxCountExceededException.html" title="class in org.apache.commons.math3.exception">MaxCountExceededException</a></code> - if the number of functions evaluations is exceeded</dd>
-<dd><code><a href="../../../../../org/apache/commons/math3/exception/DimensionMismatchException.html" title="class in org.apache.commons.math3.exception">DimensionMismatchException</a></code> - if arrays dimensions do not match equations settings</dd></dl>
+<dd><code><a href="../../../../../org/apache/commons/math3/exception/DimensionMismatchException.html" title="class in org.apache.commons.math3.exception">DimensionMismatchException</a></code> - if arrays dimensions do not match equations settings</dd>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the ODE equations have not been set (i.e. if this method
+ is called outside of a call to <a href="../../../../../org/apache/commons/math3/ode/AbstractIntegrator.html#integrate(org.apache.commons.math3.ode.ExpandableStatefulODE,%20double)"><code>integrate(ExpandableStatefulODE, double)</code></a> or <a href="../../../../../org/apache/commons/math3/ode/AbstractIntegrator.html#integrate(org.apache.commons.math3.ode.FirstOrderDifferentialEquations,%20double,%20double[],%20double,%20double[])"><code>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</code></a>)</dd></dl>
 </li>
 </ul>
 <a name="setStateInitialized(boolean)">
@@ -831,7 +834,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setStateInitialized</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.295">setStateInitialized</a>(boolean&nbsp;stateInitialized)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.298">setStateInitialized</a>(boolean&nbsp;stateInitialized)</pre>
 <div class="block">Set the stateInitialized flag.
  <p>This method must be called by integrators with the value
  <code>false</code> before they start integration, so a proper lazy
@@ -846,7 +849,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>acceptStep</h4>
-<pre>protected&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.312">acceptStep</a>(<a href="../../../../../org/apache/commons/math3/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractStepInterpolator</a>&nbsp;interpolator,
+<pre>protected&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.315">acceptStep</a>(<a href="../../../../../org/apache/commons/math3/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math3.ode.sampling">AbstractStepInterpolator</a>&nbsp;interpolator,
                 double[]&nbsp;y,
                 double[]&nbsp;yDot,
                 double&nbsp;tEnd)
@@ -871,7 +874,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>sanityChecks</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.444">sanityChecks</a>(<a href="../../../../../org/apache/commons/math3/ode/ExpandableStatefulODE.html" title="class in org.apache.commons.math3.ode">ExpandableStatefulODE</a>&nbsp;equations,
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/ode/AbstractIntegrator.html#line.447">sanityChecks</a>(<a href="../../../../../org/apache/commons/math3/ode/ExpandableStatefulODE.html" title="class in org.apache.commons.math3.ode">ExpandableStatefulODE</a>&nbsp;equations,
                 double&nbsp;t)
                      throws <a href="../../../../../org/apache/commons/math3/exception/NumberIsTooSmallException.html" title="class in org.apache.commons.math3.exception">NumberIsTooSmallException</a>,
                             <a href="../../../../../org/apache/commons/math3/exception/DimensionMismatchException.html" title="class in org.apache.commons.math3.exception">DimensionMismatchException</a></pre>

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ode/events/EventState.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ode/events/EventState.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/ode/events/EventState.html Mon Jul 27 19:40:06 2015
@@ -361,7 +361,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getEventTime</h4>
-<pre>public&nbsp;double&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.334">getEventTime</a>()</pre>
+<pre>public&nbsp;double&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.345">getEventTime</a>()</pre>
 <div class="block">Get the occurrence time of the event triggered in the current step.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>occurrence time of the event triggered in the current
  step or infinity if no events are triggered</dd></dl>
@@ -373,7 +373,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>stepAccepted</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.346">stepAccepted</a>(double&nbsp;t,
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.357">stepAccepted</a>(double&nbsp;t,
                 double[]&nbsp;y)</pre>
 <div class="block">Acknowledge the fact the step has been accepted by the integrator.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>t</code> - value of the independent <i>time</i> variable at the
@@ -387,7 +387,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>stop</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.366">stop</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.377">stop</a>()</pre>
 <div class="block">Check if the integration should be stopped at the end of the
  current step.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>true if the integration should be stopped</dd></dl>
@@ -399,7 +399,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>reset</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.377">reset</a>(double&nbsp;t,
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/math3/ode/events/EventState.html#line.388">reset</a>(double&nbsp;t,
             double[]&nbsp;y)</pre>
 <div class="block">Let the event handler reset the state if it wants.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>t</code> - value of the independent <i>time</i> variable at the

Modified: websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/special/Gamma.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/special/Gamma.html (original)
+++ websites/production/commons/content/proper/commons-math/apidocs/org/apache/commons/math3/special/Gamma.html Mon Jul 27 19:40:06 2015
@@ -461,7 +461,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>trigamma</h4>
-<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.474">trigamma</a>(double&nbsp;x)</pre>
+<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.478">trigamma</a>(double&nbsp;x)</pre>
 <div class="block">Computes the trigamma function of x.
  This function is derived by taking the derivative of the implementation
  of digamma.</div>
@@ -478,7 +478,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>lanczos</h4>
-<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.511">lanczos</a>(double&nbsp;x)</pre>
+<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.519">lanczos</a>(double&nbsp;x)</pre>
 <div class="block"><p>
  Returns the Lanczos approximation used to compute the gamma function.
  The Lanczos approximation is related to the Gamma function by the
@@ -504,7 +504,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>invGamma1pm1</h4>
-<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.531">invGamma1pm1</a>(double&nbsp;x)</pre>
+<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.539">invGamma1pm1</a>(double&nbsp;x)</pre>
 <div class="block">Returns the value of 1 / &Gamma;(1 + x) - 1 for -0&#46;5 &le; x &le;
  1&#46;5. This implementation is based on the double precision
  implementation in the <em>NSWC Library of Mathematics Subroutines</em>,
@@ -523,7 +523,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>logGamma1p</h4>
-<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.624">logGamma1p</a>(double&nbsp;x)
+<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.632">logGamma1p</a>(double&nbsp;x)
                          throws <a href="../../../../../org/apache/commons/math3/exception/NumberIsTooSmallException.html" title="class in org.apache.commons.math3.exception">NumberIsTooSmallException</a>,
                                 <a href="../../../../../org/apache/commons/math3/exception/NumberIsTooLargeException.html" title="class in org.apache.commons.math3.exception">NumberIsTooLargeException</a></pre>
 <div class="block">Returns the value of log &Gamma;(1 + x) for -0&#46;5 &le; x &le; 1&#46;5.
@@ -543,7 +543,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>gamma</h4>
-<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.647">gamma</a>(double&nbsp;x)</pre>
+<pre>public static&nbsp;double&nbsp;<a href="../../../../../src-html/org/apache/commons/math3/special/Gamma.html#line.655">gamma</a>(double&nbsp;x)</pre>
 <div class="block">Returns the value of Γ(x). Based on the <em>NSWC Library of
  Mathematics Subroutines</em> double precision implementation,
  <code>DGAMMA</code>.</div>