Click here to Skip to main content
15,878,852 members
Articles / Programming Languages / C++

Rectangle Tiling Algorithm

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
30 Jan 2011CPOL 9.2K   3  
This article deserves recognition for its fun potential. After reading it, I decided to try it out by building a simple HTML/JavaScript application to try it out. I used jQuery and a jQuery plugin, SVG. The work is simple and not very elegant, but I had fun putting it together.The HTML...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
23 Jan 2011Mukit, Ataul 1 alternative  
A useful algorithm to divide a rectangular area into rectangular subregions. Good for tiling windows in a given area

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions