<html>
<head><title>3D-XplorMath-J Source Code</title></head>
<h2>3D-XplorMath-J Source Code</h2>
<p>The <i>vmm</i> directory contains the Java source code for
3D-XplorMath-J, a program for visualizing and experimenting with
a variety of mathematical objects or "exhibits."  The Web site for this program
can be found at <a href="http://3d-xplormath.org/j/index.html">http://3d-xplormath.org/j</a>.
3D-XplorMath-J is a Java version of 3D-XplorMath, a program for
Macintosh computers that has been around for several decades.
See <a href="http://3d-xplormath.org">http://3d-xplormath.org</a>.</p>

<p>The source code for 3D-XplorMath-J is released under a
<a href="BSDLicense.txt">BSD&nbsp;license</a>, which allows redistribution
and modification with ceratin restrictions.  Please see the license
for full detials.</p>

<p>The core functionality of the program is defined in the packages
<a href="vmm/core/"><i>vmm.core</i></a>,
<a href="vmm/core3D/"><i>vmm.core3D</i></a>,
<a href="vmm/functions/"><i>vmm.functions</i></a>, and
<a href="vmm/actions/"><i>vmm.actions</i></a>.  The package
<a href="vmm/xm3d/"><i>vmm.xm3d</i></a> defines the main
program and applets that serve as "wrappers" for presention of
the exhbits.  Several resources used by the program can be found in
<a href="vmm/resources/"><i>vmm.resources</i></a>. Remaining
packages, such as
<a href="vmm/conformalmap/"><i>vmm.conformalmap</i></a> and
<a href="vmm/planecurve/parametric"><i>vmm.planecurve.parametric</i></a>,
define exhibits of various types.</p>

</body>
</html>