diff options
Diffstat (limited to 'sci-libs/vecmath-objectclub/metadata.xml')
-rw-r--r-- | sci-libs/vecmath-objectclub/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-libs/vecmath-objectclub/metadata.xml b/sci-libs/vecmath-objectclub/metadata.xml new file mode 100644 index 000000000000..1be81e8d9011 --- /dev/null +++ b/sci-libs/vecmath-objectclub/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<maintainer> + <email>je_fro@gentoo.org</email> + <name>Jeff Gardner</name> +</maintainer> +<longdescription lang="en"> + This is unofficial implementation(java source code) of the + javax.vecmath package specified in the Java(TM) 3D API 1.2 + The package includes classes for 3-space vector/point, 4-space vector, + 4x4, 3x3 matrix, quaternion, axis-angle combination and etc. which are + often utilized for computer graphics mathematics. Most of the classes + have single and double precision versions. Generic matrices' LU and SV + decomposition are also there. +</longdescription> +</pkgmetadata> + |