3 registered members (TipmyPip, AndrewAMD, dBc),
18,430
guests, and 6
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Arrays, pointers, vectors, oh my!
[Re: Widi]
#305361
01/14/10 12:09
01/14/10 12:09
|
Joined: Mar 2006
Posts: 3,538 WA, Australia
JibbSmart
Expert
|
Expert
Joined: Mar 2006
Posts: 3,538
WA, Australia
|
G'day, The thing with the vectors is when you use something like, "vec_set(my.x, vector(1, 2, 3));" -- that vector function can only return a pointer to one of 64 internal vectors. This'll rarely be an issue, unless you pass a pointer to a temporary vector to a function, and that function has 64 or more "vector(...)" calls in it before it is finished with the information in the temporary vector you passed to it. I hope that makes sense  Jibb
Formerly known as JulzMighty. I made KarBOOM!
|
|
|
Entire Thread
|
Arrays, pointers, vectors, oh my!
|
Tai
|
01/12/10 03:59
|
Re: Arrays, pointers, vectors, oh my!
|
GorNaKosh
|
01/12/10 09:10
|
Re: Arrays, pointers, vectors, oh my!
|
Spirit
|
01/12/10 09:23
|
Re: Arrays, pointers, vectors, oh my!
|
Tai
|
01/12/10 17:08
|
Re: Arrays, pointers, vectors, oh my!
|
Tobias
|
01/12/10 17:17
|
Re: Arrays, pointers, vectors, oh my!
|
Tai
|
01/12/10 23:54
|
Re: Arrays, pointers, vectors, oh my!
|
Nidhogg
|
01/13/10 06:43
|
Re: Arrays, pointers, vectors, oh my!
|
Tai
|
01/13/10 16:28
|
Re: Arrays, pointers, vectors, oh my!
|
Widi
|
01/13/10 16:36
|
Re: Arrays, pointers, vectors, oh my!
|
Tai
|
01/13/10 16:44
|
Re: Arrays, pointers, vectors, oh my!
|
Quad
|
01/13/10 16:47
|
Re: Arrays, pointers, vectors, oh my!
|
Tai
|
01/13/10 16:54
|
Re: Arrays, pointers, vectors, oh my!
|
Tobias
|
01/13/10 17:42
|
Re: Arrays, pointers, vectors, oh my!
|
Widi
|
01/14/10 10:20
|
Re: Arrays, pointers, vectors, oh my!
|
JibbSmart
|
01/14/10 12:09
|
|
|