Thread: Distributing a Cell in different regions

  1. #1
    Registered User
    Join Date
    Feb 2014
    Posts
    1

    Question Distributing a Cell in different regions

    Dear Community members I got stuck and need some help.

    Problem is that, I want to to divide a cell into 4 different regions using x_coordinate, y_coordinate (for outer sectors) and by defining radius (for center region). I tried my best by i couldn't figure out how to do this in C.

    I am attaching the diagram of the cell for better understanding
    Code:
    http://i.imgur.com/ECLEuIB.png
    any kind of help is appreciated.


    Regards

  2. #2
    Registered User
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    375
    The best thing to do would be to start until you run into trouble. If you think "I don't know enough to even start" then look up some C tutorials. Even posting a basic skeleton of your code which has a main function, some variables that you think you will need and some basic input-gathering is much more helpful than a diagram.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A strange problem with regions
    By Overlord in forum Windows Programming
    Replies: 5
    Last Post: 05-10-2008, 01:06 AM
  2. Clicking in regions.
    By harmony_krieg in forum Windows Programming
    Replies: 3
    Last Post: 09-26-2007, 03:05 PM
  3. Clipping Regions and border
    By arjunajay in forum Windows Programming
    Replies: 0
    Last Post: 08-06-2006, 11:43 PM
  4. Dividing window into regions
    By Tesita in forum Windows Programming
    Replies: 3
    Last Post: 11-05-2003, 02:30 PM
  5. Update, Clipping regions
    By bennyandthejets in forum Windows Programming
    Replies: 1
    Last Post: 06-29-2003, 06:38 AM