/[gzz]/gzz/gfx/libcoords/Coords.hxx
ViewVC logotype

Diff of /gzz/gfx/libcoords/Coords.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by tjl, Tue Oct 22 16:28:22 2002 UTC revision 1.18 by tjl, Wed Oct 23 06:13:04 2002 UTC
# Line 168  namespace Coords { Line 168  namespace Coords {
168              }              }
169          }          }
170          /** Set the coordinate systems.          /** Set the coordinate systems.
171           * @param points1 npts floats           * @param points1 floats: the parameters of the coordinate
172           * @param typeindex1 Array of length ninds*3, containing interleaved           *              systems.
173           *        the type of the coordsys, the parent coordsys, then index in points1           * @param inds1 Array of length ninds,
174           *        Note: the first three elements are purposefully ignored.           *      containing descriptions of coordinate systems.
175           * @param typeindex2 Array of length ninds*3, containing interleaved           *      1) type code
176           *        the type of the coordsys, the parent coordsys, then index in points2           *      2) parent and determining coordinate systems,
177           *        Note: the first three elements are purposefully ignored.           *         as many as the type code requires (usually 1 or 2)
178           *        The only elements used here are the indices in point2, indexed           *      3) an index to the points1 array, where the parameters
179           *        by interpinds.           *         of the coordinate system should be read from.
180             * @param inds2 A second array, similar to inds1, but for points2.
181           */           */
182          void CoordSet::setPoints( int ninds,          void CoordSet::setPoints( int ninds,
183                                   int *inds1, float *points1,                                   int *inds1, float *points1,

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26