Hi, Steve and Igor,

The locus is being drawn incorrectly because the blue point is
supposed to be generating the locus, yet it is not on the drawn
curve.  This happens because there aren't enough uniformly
distributed sample points.  

This type of effect can be reduced by increasing the number of sample
points (double click on the locus).  Alternatively modifying the
code to do more uniform sampling should solve the problem, and this
change will be in the next version of KSEG, whenever that is:

Replace line 161 of G_pointLocus.cpp with:
  int initialSamples = (int)pow((double)maxSamples, .75);

Thanks,

        -Ilya


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to