function vec_equal(VECTOR *v1, VECTOR *v2) { if(v1->x != v2->x) return 0; if(v1->y != v2->y) return 0; if(v1->z != v2->z) return 0; return 1; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de