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


Visit my site: www.masterq32.de