Search:

Type: Posts; User: Jenny

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,093

    Sorry for the confusion guys. Please consider...

    Sorry for the confusion guys.

    Please consider all 3 objects as rectangles and each rotation is around its own center of origin.

    ~ Jenny
  2. Replies
    5
    Views
    1,093

    Rotation problem for C-Gurus

    Hello Team,

    I have to find the final (x,y) co-ordinate of an topmost object after rotation.
    I will give you an example here, please check the attached image.

    1) Figure-1 : we have 3 objects...
  3. http://www.engr.colostate.edu/~dga/dga/papers/poin...

    http://www.engr.colostate.edu/~dga/dga/papers/point_in_polygon.pdf
    Note that the winding number is not defined when the point X is on the polygon :(
  4. Thanks dwks ! What does the Winding number...

    Thanks dwks !

    What does the Winding number algorithm returns for a point which is on the boundary of a polygon ? Does that output in sameway as point-in-polygon algorithm ? i.e RANDOM ..sometimes...
  5. ohhh wait, I see a problem here. Summarize.......

    ohhh wait, I see a problem here.

    Summarize....
    So looking at the original problem description. I can implement it in below program flow :
    Step1. Check if the input point is one of the vertices...
  6. @ Lesshardtofind, Thanks a ton for the clue :) ...

    @ Lesshardtofind, Thanks a ton for the clue :)

    So looking at the original problem description. I can implement it in 2 parts.
    1. Check if if three points are on the same line by checking if the...
  7. If a given point in the plane lies inside, outside, or on the boundary of a polygon ?

    Hello friend.

    I want to write a program whether a given point in the plane lies inside, outside, or on the boundary of a polygon. I have found this interesting website which shows 2 ways of doing...
  8. Replies
    10
    Views
    2,282

    Thanks Sean for your reply. So you recommend...

    Thanks Sean for your reply.


    So you recommend that I should change the below form


    char * retrieve ( char *inputstr )
    {
    .
    .
  9. Replies
    10
    Views
    2,282

    Can you explain in details what you mean here?

    Can you explain in details what you mean here?
  10. Replies
    18
    Views
    4,344

    How to delete account from this website?

    Can anyone tell me how to delete/deactivate account permanently?
    I cannot find it here.
  11. Replies
    10
    Views
    2,282

    1) Are there any problems with your code? >> No...

    1) Are there any problems with your code?
    >> No , there is no problem in current code but I want to optimize this code in efficient way and want to use malloc and free to avoid any mem leak issue....
  12. Replies
    10
    Views
    2,282

    C gurus ans this?

    I need to return a char pointer from func.
    The function takes a string and then always returns a 40 char value as a result of calling "giveout". I want to optimize this code in efficient way and...
Results 1 to 12 of 12