Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    11
    Views
    2,180

    Re: Vector implementation

    I guess you can call it whatever you want.
  2. Replies
    11
    Views
    2,180

    Re: Vector implementation

    You definition of vector seems closer to that of a point. The x,y location of something.
  3. Replies
    11
    Views
    2,180

    Re: Vector implementation

    Can you explain what a two dimensional vector is? Would it be the same as the Java SE Vector class except it would take two index values in place of one? For example:
    public E get(int index1,...
Results 1 to 3 of 3