EGG.DOC

advertisement
Routine Name:
egg
Description:
ovoid.
Generates coordinates for points on the surface of an
Usage:
egg
filename
x, y, z
d
x
y
z
d
-normal
dimensions of the egg
approximate distance between points
-normal
"normal"; if selected, generates an
additional
set of 3 coordinates is generated per line, to
define the normal to the surface
Example:
egg
eggfile
Notes:
ovoid,
5
4
3
0.2
Generates coordinates for points on the surface of an
and puts them into a file, with an option for generating the
normals at each point.
The output format (for normal too) is compatible with that
read by the cellsheet routine.
A routine for generating a set of points on an ellipsoid
(egg). It tries to get fairly even spacing. This routine
generates 3-d coordinates for the surface of an ovoid, i.e.
an
egg. The coordinates are dumped into the file specified by
filename with one set of coordinates per line.
This routine was developed for the olfactory bulb simulation,
to generate cell layers along an ovoid.
See also:
plane
Download