[spam][crazy][personal][wrong] parts of triangle program

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Sat Oct 15 08:28:48 PDT 2022


void triangle(grid_t grid, float left, float bottom, float width, float height)
{
  // - right triangle
  // - aligned to axes
  // - lower-valued coordinates are orthogonal sides
  for (float y = bottom; y != height; y += 1) {
    memset(grid[y][left], 1, int(width));
  }
}


More information about the cypherpunks mailing list