near
Description:
[
Version ( since =
"1.2" ) ]
public bool near (
Vec4 v2,
float epsilon)
Compares the two given Vec4 vectors and checks whether their values are
within the given epsilon
.
Parameters:
this |
a Vec4
|
v2 |
a Vec4
|
epsilon |
the threshold between the two vectors
|
Returns:
`true` if the two vectors are near each other
|