home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #6 / AmigaPlus-eXtra-6-96.iso.7z / AmigaPlus-eXtra-6-96.iso / programme / dust / dusthelp2 / cdeforminterp < prev    next >
Text File  |  1996-03-22  |  1KB  |  23 lines

  1.   COMMAND CDEFORMINTERP
  2. -----------------------------------------------------------------
  3.     Purpose: Deform a curve of an object to fit a curve of another
  4.              object. The 2nd curve is interpolated using two
  5.              real curves of the destination-object
  6.  
  7.       Usage: CDEFORMINTERP(<src-object>,<dest-object>,<sg1>,<sg2>,
  8.                            <sg3>,<sg4>,<sg5>,<sg6>,<scale>,<round>[,2 control-curves])
  9.  
  10.              <sg1> and <sg2> define the curve of the source-object,
  11.              (<sg3> and <sg4>) and (<sg5> and <sg6>) define the
  12.              two curves of the destination-object between which is
  13.              to interpolate. <scale> specifies the state between
  14.              the two curves, (0.0=1st curve, 1.0=2nd curve, 0.5 between ...)
  15.  
  16.    Examples: cdeforminterp(1,2,G1,NONE,G1,NONE,G2,NONE,1.0,rr)
  17.              cdeforminterp(1,2,G1,G2,gg1,gg2,gg3,gg4,0.75,CG1,NONE,CG2,NONE)
  18.  
  19.       Notes: 1. This command is usefull for morphing a complicated
  20.                 object with many points into an object with
  21.                 less points.
  22.              2. see also CDEFORM
  23.