Search:

Type: Posts; User: tabstop

Search: Search took 0.15 seconds.

  1. Thread: InputIterator

    by tabstop
    Replies
    8
    Views
    1,219

    The docs only show "nice" constructors for 2D and...

    The docs only show "nice" constructors for 2D and 3D (including x,y,z,w for homogeneous), so if you want echte 4D you'll have to use the iterator constructor it seems. I was thinking you might be...
  2. Thread: InputIterator

    by tabstop
    Replies
    8
    Views
    1,219

    This is why there is such a thing as API...

    This is why there is such a thing as API documentation. You may want to seek out section 2.1, although if you are going to use this package you should really read the whole thing, as much as...
  3. Thread: InputIterator

    by tabstop
    Replies
    8
    Views
    1,219

    InputIterator isn't a type. An iterator (any...

    InputIterator isn't a type. An iterator (any that you happen to have lying around) is an InputIterator if putting a * in front of it gives you a value, and ++ moves it along to the "next" one...
Results 1 to 3 of 3