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

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Sun Mar 5 22:59:28 PST 2023


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