true if the two vectors are near each otherVec4.near
bool near(graphene.vec4.Vec4 v2, float epsilon)Compares the two given #graphene_vec4_t vectors and checks whether their values are within the given epsilon.
Parameters
v2 | a #graphene_vec4_t |
epsilon | the threshold between the two vectors |