summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-10-26 23:37:55 +0000
committerKevin Rushforth <[email protected]>2005-10-26 23:37:55 +0000
commitbcf7533304440176abc8a3b47ffdbdfbbcf535bb (patch)
treef254091c441a2948f45f8397061612ce18a7f20b
parentbbbd3f78002273305ea08e3b5b151e4203759a36 (diff)
Added package description.
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@57 dd45e54d-f42e-c781-df72-dca083a658b1
-rw-r--r--src/javax/vecmath/package.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/javax/vecmath/package.html b/src/javax/vecmath/package.html
new file mode 100644
index 0000000..7fcb5c3
--- /dev/null
+++ b/src/javax/vecmath/package.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta content="text/html; charset=ISO-8859-1"
+ http-equiv="content-type">
+ <title>javax.vecmath</title>
+</head>
+<body>
+<p>Provides 3D vector mathematics classes.</p>
+</body>
+</html>