VAEq
int VAEq(R3VECTOR *v1, R3VECTOR *v2, R3FLOAT t);
v1, v2 - vectors to be compared
TRUE if given vectors are 'nearly equal' FALSE otherwise
Compares the given vectors. If components differ no more than given tolerance 't', TRUE is returned.