near
Description:
[
Version ( since =
"1.10" ) ]
public bool near (
Matrix b,
float epsilon)
Compares the two given Matrix matrices and checks whether their values
are within the given epsilon
of each other.
Parameters:
this |
a Matrix
|
b |
a Matrix
|
epsilon |
the threshold between the two matrices
|
Returns:
`true` if the two matrices are near each other, and `false` otherwise
|