Search:

Type: Posts; User: mingming8888

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    4,938

    Re: Java Programming

    yes, x and y


    after point 1 is projected, the right distance is the distance between point 1 and point 2 is the distance in the original space.


    For example
    Point 1 is (0,0)
    Point 2 is...
  2. Replies
    8
    Views
    4,938

    Re: Java Programming

    Yea, the 3rd point is equidistant from 1 and 2, so the 2 solutions are a positive and negative y, is it? then i will take the positive one. But how can i do this?
  3. Replies
    8
    Views
    4,938

    Re: Java Programming

    The algorithm is
    Pick a point and put it at the origin (0,0)
    Put the second point to the right distance away from the 1st point (0, distance(Point 1, Point 2))
    The 3rd point is the intersect of...
  4. Replies
    8
    Views
    4,938

    Re: Java Programming

    yea, i dont know how to start doing this program....
  5. Replies
    8
    Views
    4,938

    Projecting a 3d point onto a plane

    Hi
    i am working on information visualization, which use triangle projection to do it, that get n points from a higher dimensional space to a 2 dimensional space. i need to project points from an...
Results 1 to 5 of 5