From 6520cd34a01b48da4a0bf12ca5705fa6ce0d6c84 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Tue, 24 Jan 2006 01:18:09 +0000 Subject: Obsolete pages; point to the Wiki git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@67 dd45e54d-f42e-c781-df72-dca083a658b1 --- www/vm14/api-changes.html | 68 ++++-------------------------------------- www/vm14/proposed-changes.html | 40 ++++--------------------- 2 files changed, 10 insertions(+), 98 deletions(-) diff --git a/www/vm14/api-changes.html b/www/vm14/api-changes.html index b9fae91..0eda354 100644 --- a/www/vm14/api-changes.html +++ b/www/vm14/api-changes.html @@ -1,72 +1,14 @@ - - - - - - List of Proposed Vecmath 1.4 API Changes + Obsolete Page -

List of Proposed Vecmath 1.4 API Changes

-

This document conatains a list of the proposed API changes to the -javax.vecmath 1.4 API that deviate from the 1.3 API. -

-

Note: the most up-to-date version of -this list is in the dev-1_4 branch of the -docs/api-changes-1_4.txt -file, which is updated to record the addition or deprecation of -any public or protected class, interface, field, constructor, or method -to the javax.vecmath API. -

-

No incompatible changes to the javax.vecmath 1.3 API are allowed.

-
-I. New/deprecated fields, constructors, methods
-
-    NONE
-
-
-II. Reparented classes
-
-    NONE
-
-
-III. New classes and interfaces (in javax.vecmath)
-
-    Tuple2i
-    -------
-	public abstract class Tuple2i implements Serializable, Cloneable
-
-    Point2i
-    -------
-	public class Point2i extends Tuple2i
-
-

Page last updated — -$Date$ -

+

Obsolete Page

+

This page is obsolete. Click here +to go the Java 3D 1.4 roadmap on the Java 3D Wiki.

diff --git a/www/vm14/proposed-changes.html b/www/vm14/proposed-changes.html index 18adf8c..0eda354 100644 --- a/www/vm14/proposed-changes.html +++ b/www/vm14/proposed-changes.html @@ -3,42 +3,12 @@ - Proposed Vecmath 1.4 API Changes + Obsolete Page -

Proposed Vecmath 1.4 API Changes

-

This page highlights the proposed changes to the 1.4 version of the -javax.vecmath API. For a list of new -classes methods, etc., see the List of -Proposed Vecmath 1.4 API Changes. Click -here -for the -latest -javadocs for the proposed 1.4 API (built from the dev-1_4 branch).
-

-

I. High Priority Features

-

This list of high priority features will almost certainly make it -into the 1.4 API. -

-

1. New Tuple2i/Point2i classes

-

With the addition of shaders to the Java 3D 1.4 API we need the -ability to pass 2-dimensional integer points -to shader programs. The new vecmath classes Tuple2i and Point2i fill -this need. For -more information see the Programmable -Shaders in Java 3D 1.4 page. -

-

2. Miscellaneous features

-

This is a list of miscellaneous features that we propose to add to -the API. -

- -

Page last updated — -$Date$ -

+

Obsolete Page

+

This page is obsolete. Click here +to go the Java 3D 1.4 roadmap on the Java 3D Wiki.

-- cgit v1.2.3