/[gzz]/gzz/gfx/libpaper/texcoords.py
ViewVC logotype

Diff of /gzz/gfx/libpaper/texcoords.py

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

revision 1.12 by jvk, Mon Sep 30 16:23:21 2002 UTC revision 1.13 by tjl, Wed Oct 2 12:20:22 2002 UTC
# Line 56  class TexGenData: Line 56  class TexGenData:
56  class TexGenXYRepeatUnit:  class TexGenXYRepeatUnit:
57      """ A class representing a parallelogram repeating unit in (x,y)      """ A class representing a parallelogram repeating unit in (x,y)
58      coordinates.      coordinates.
59    
60        The size of the repeating unit is designed to be suitable
61        for 1 to be the height of an A4 paper.
62      """      """
63      def __init__(self, rnd=None,      def __init__(self, rnd=None,
64              vecs = None,              vecs = None,
65              angle_stddev = .065,              angle_stddev = .065,
66              avg_length_mean = .5,              avg_length_mean = .3,
67              avg_length_stddev = .10,              avg_length_stddev = .07,
68              lendiff_mean = 0,              lendiff_mean = 0,
69              lendiff_stddev = .1):              lendiff_stddev = .1):
70    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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