Originally Posted By: Richi007
Originally Posted By: Stromausfall
i try to keep as close to lite-c as possible !


afak every vec_ function returns the first parameter (a vector) as return value
so you can write this:
Code:
vec_set(a,vec_rotate(b,vec_normalize(c,5)));


and this would be nice in c#, too


no, this would be nice in c#:

a = b.rotate(c.normalize(5));