IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5999


Ignore:
Timestamp:
Jan 15, 2006, 9:06:40 AM (21 years ago)
Author:
eugene
Message:

fixed recursive circle draw call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/src/bDrawFuncs.c

    r5854 r5999  
    55static bDrawColor bColor;
    66static bDrawBuffer *bBuffer;
     7void bDrawCircleSingle (double xc, double yc, double radius);
    78
    89bDrawBuffer *bDrawBufferCreate (int Nx, int Ny) {
     
    273274
    274275  for (dN = dNs; dN < dNe; dN++) {
    275     bDrawCircle (xc, yc, radius + dN);
     276    bDrawCircleSingle (xc, yc, radius + dN);
    276277  }
    277278  return;
Note: See TracChangeset for help on using the changeset viewer.