Triangulated Mesh Management

com.srbenoit.modeling.mesh

This package provides the beginnings of a triangulated mesh representation of a manifold for rendering in a three dimensional visualization. This is currently just enough to beign simulating cell membranes in 3-D.

HexPatch
A class that builds a small test patch consisting of 6 faces, 7 vertices, and 12 edges (actually 24 edges, including each direction).
MembraneFace
A face that is part of a membrane.
MembraneVertex
A vertex that is part of a membrane.

As the author of the source code available by following the links above, I hereby place this source code in the public domain. You can use, modify, and distribute the source code and executable programs based on the source code. However, note the following:
DISCLAIMER OF WARRANTY
This source code is provided "as is" and without any express or implied warranties whatsoever. The user must assume the entire risk of using the source code.