summaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: 00de5a7daddd23910299ea6d53b21bb4c9166fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <title>The Vecmath API</title>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<p>This project contains the source code
for the 3D vector math package, <code>javax.vecmath</code>.</p>
<p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a>
(the core Java&nbsp;3D<sup><font size="-2">TM</font></sup> API),
<a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
(the Java&nbsp;3D core utilities), and
<a href="https://j3d-examples.dev.java.net/">j3d-examples</a>
(the Java&nbsp;3D example programs). Developers should refer to the <a
 href="build-instr.html">CVS download
and build
instructions</a> for information on downloading the source code and
building vecmath.</p>
<p><strong><em>For all other project
information, including contributing to Java&nbsp;3D and reporting
issues,
please go to the parent <a href="https://java3d.dev.java.net/">java3d</a>
project.</em></strong></p>
<p>NOTE: The issue Tracker in this vecmath subproject cannot be used
to file or track issues. Please use the <a
 href="https://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker</a>
in the parent java3d
project
to track issues (bugs, feature requests, etc.) for
Java&nbsp;3D-related
sub-projects.</p>
<p></p>
<h3><a name="License"></a>License</h3>
<p>The source code for the 3D vector math API reference
implementation
is licensed under the <a href="https://java3d.dev.java.net/jrl.html"
 target="_blank">Java
Research License (JRL)</a> for non-commercial use. The JRL allows users
to download, build, and modify the source code in the vecmath project
for research use, subject to the terms of the license.
</p>
<p>The vecmath source code is also licensed for commercial use under a
new
no-fee <a href="https://java3d.dev.java.net/jdl-java3d.pdf"
 target="_blank">Java
Distribution License (JDL)</a>. The JDL
allows commercial use of vecmath with or without modification, as
long as compatibility with the entire API Specification is maintained.
This includes passing the TCK tests for vecmath, and retaining the
javax namespace as defined by the JCP.
</p>
<p>
The API specification will continue to evolve as part of the Java
Community Process (JCP). We welcome community participation, and
encourage developers to contribute both bug fixes and new
implementation code to the API. The combination of the JRL and the JDL
was chosen to facilitate this, while ensuring the integrity and
compatibility of the API.<br>
</p>
<p><br>
</p>
</body>
</html>