Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5F61F200C92 for ; Mon, 29 May 2017 02:33:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5E2E8160BDF; Mon, 29 May 2017 00:33:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A51A7160BCC for ; Mon, 29 May 2017 02:33:58 +0200 (CEST) Received: (qmail 46270 invoked by uid 500); 29 May 2017 00:33:57 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 46248 invoked by uid 99); 29 May 2017 00:33:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2017 00:33:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 37E1DDFAF5; Mon, 29 May 2017 00:33:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erans@apache.org To: commits@commons.apache.org Date: Mon, 29 May 2017 00:33:58 -0000 Message-Id: <30023f9405dd44cfa22aebf54c9d8dad@git.apache.org> In-Reply-To: <6b8b0547e50a42a9a99a1390852b83db@git.apache.org> References: <6b8b0547e50a42a9a99a1390852b83db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] [math] Javadoc. archived-at: Mon, 29 May 2017 00:33:59 -0000 Javadoc. Methods moved to "Commons Numbers". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/bb5568bd Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/bb5568bd Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/bb5568bd Branch: refs/heads/master Commit: bb5568bdc24986ee62ccdfcfd945f6aab8b6caf1 Parents: 44ff5b5 Author: Gilles Authored: Mon May 29 02:22:23 2017 +0200 Committer: Gilles Committed: Mon May 29 02:22:23 2017 +0200 ---------------------------------------------------------------------- .../commons/math4/geometry/euclidean/threed/FieldVector3D.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/bb5568bd/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java index c49dd76..6543e00 100644 --- a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java +++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3D.java @@ -752,7 +752,7 @@ public class FieldVector3D> implements Serializabl * algorithms to preserve accuracy and reduce cancellation effects. * It should be very accurate even for nearly orthogonal vectors. *

- * @see MathArrays#linearCombination(double, double, double, double, double, double) + * * @param v second vector * @return the dot product this.v */ @@ -766,7 +766,7 @@ public class FieldVector3D> implements Serializabl * algorithms to preserve accuracy and reduce cancellation effects. * It should be very accurate even for nearly orthogonal vectors. *

- * @see MathArrays#linearCombination(double, double, double, double, double, double) + * * @param v second vector * @return the dot product this.v */