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$