metadata.xml 743 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. This is unofficial implementation(java source code) of the
  10. javax.vecmath package specified in the Java(TM) 3D API 1.2
  11. The package includes classes for 3-space vector/point, 4-space vector,
  12. 4x4, 3x3 matrix, quaternion, axis-angle combination and etc. which are
  13. often utilized for computer graphics mathematics. Most of the classes
  14. have single and double precision versions. Generic matrices' LU and SV
  15. decomposition are also there.
  16. </longdescription>
  17. </pkgmetadata>