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
|
Source: vecmath
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant-optional,
cdbs,
debhelper (>= 9),
default-jdk,
default-jdk-doc,
javahelper (>= 0.32~)
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/vecmath/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/vecmath/
Homepage: https://vecmath.java.net
Package: libvecmath-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Provides: libvecmath1.2-java
Description: javax.vecmath vector math package
This 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.
Package: libvecmath-java-doc
Architecture: all
Section: doc
Suggests: libvecmath-java
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Description: javax.vecmath vector math package (documentation)
This 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.
.
This package contains the API documentation for javax.vecmath.
|