From bbbd3f78002273305ea08e3b5b151e4203759a36 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 17 Oct 2005 23:09:50 +0000 Subject: Merged changes from dev-1_4 branch into the main trunk. NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@55 dd45e54d-f42e-c781-df72-dca083a658b1 --- src/javax/vecmath/AxisAngle4d.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/javax/vecmath/AxisAngle4d.java') diff --git a/src/javax/vecmath/AxisAngle4d.java b/src/javax/vecmath/AxisAngle4d.java index a72e7f0..7dbd59c 100644 --- a/src/javax/vecmath/AxisAngle4d.java +++ b/src/javax/vecmath/AxisAngle4d.java @@ -110,7 +110,7 @@ public class AxisAngle4d implements java.io.Serializable, Cloneable { * @param axis the axis * @param angle the angle of rotation in radian * - * @since Java 3D 1.2 + * @since vecmath 1.2 */ public AxisAngle4d(Vector3d axis, double angle) { this.x = axis.x; @@ -193,7 +193,7 @@ public class AxisAngle4d implements java.io.Serializable, Cloneable { * @param axis the axis * @param angle the angle of rotation in radians * - * @since Java 3D 1.2 + * @since vecmath 1.2 */ public final void set(Vector3d axis, double angle) { this.x = axis.x; @@ -521,7 +521,7 @@ public class AxisAngle4d implements java.io.Serializable, Cloneable { * @return a clone of this instance. * @exception OutOfMemoryError if there is not enough memory. * @see java.lang.Cloneable - * @since Java 3D 1.3 + * @since vecmath 1.3 */ public Object clone() { // Since there are no arrays we can just use Object.clone() -- cgit v1.2.3