From 4be36512707f942a8088342f1d1eddb402c2c87c Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Fri, 25 Feb 2005 19:01:41 +0000 Subject: Added web pages for proposed 1.4 changes git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@31 dd45e54d-f42e-c781-df72-dca083a658b1 --- www/vm14/api-changes.html | 72 ++++++++++++++++++++++++++++++++++++++++++ www/vm14/proposed-changes.html | 44 ++++++++++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 www/vm14/api-changes.html create mode 100644 www/vm14/proposed-changes.html diff --git a/www/vm14/api-changes.html b/www/vm14/api-changes.html new file mode 100644 index 0000000..2730282 --- /dev/null +++ b/www/vm14/api-changes.html @@ -0,0 +1,72 @@ + + + + + + + + + + List of Proposed Vecmath 1.4 API Changes + + +

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$ +

+ + diff --git a/www/vm14/proposed-changes.html b/www/vm14/proposed-changes.html new file mode 100644 index 0000000..18adf8c --- /dev/null +++ b/www/vm14/proposed-changes.html @@ -0,0 +1,44 @@ + + + + + Proposed Vecmath 1.4 API Changes + + +

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$ +

+ + -- cgit v1.2.3