Package: graphene
Function graphene:vec4-near
Lambda Listgraphene:vec4-near (v1 v2 epsilon) Argumentsv1 -- a graphene:vec4-t instance v2 -- a graphene:vec4-t instance epsilon -- a number coerced to a single float for the treshold between the two vectors Return ValueTrue if the two vectors are near each other, and false otherwise. Details
Compares the two given vectors and checks whether their values are within the given epsilon. | See also |
2025-4-5