Go to the source code of this file.
|
| GF_API bool | GfIsClose (GfMatrix4d const &m1, GfMatrix4d const &m2, double tolerance) |
| | Tests for equality within a given tolerance, returning true if the difference between each component of the matrix is less than or equal to tolerance, or false otherwise.
|
| |
| GF_API std::ostream & | operator<< (std::ostream &, GfMatrix4d const &) |
| | Output a GfMatrix4d.
|
| |
◆ GfIsClose()
Tests for equality within a given tolerance, returning true if the difference between each component of the matrix is less than or equal to tolerance, or false otherwise.