Page 1 of 1
[solved] What does v3s16 and so on mean?

Posted:
Fri Apr 15, 2016 12:07
by burli
I'm not shure what type this is. Is it something like a signed 16 Bit vector?
Re: What does v3s16 and so on mean?

Posted:
Fri Apr 15, 2016 13:03
by Calinou
I would guess it's a 16-bit, signed, 3-dimensional vector.
Re: What does v3s16 and so on mean?

Posted:
Sat Apr 16, 2016 08:03
by Krock
Yes, it's a struct that contains for each dimension (x, y and z) a signed 16-Bit integer variable.
Re: What does v3s16 and so on mean?

Posted:
Sat Apr 16, 2016 08:06
by burli
Thx, that's what I thaugt
Re: [solved] What does v3s16 and so on mean?

Posted:
Sat Apr 16, 2016 09:48
by burli
I guess, v3f is a float vetor