#include "pxr/pxr.h"
#include "pxr/base/gf/api.h"
#include "pxr/base/gf/declare.h"
#include "pxr/base/gf/matrixData.h"
#include "pxr/base/gf/vec4f.h"
#include "pxr/base/gf/traits.h"
#include "pxr/base/gf/homogeneous.h"
#include "pxr/base/gf/limits.h"
#include "pxr/base/gf/math.h"
#include "pxr/base/gf/vec3f.h"
#include <hboost/functional/hash.hpp>
#include <iosfwd>
#include <vector>
Go to the source code of this file.
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.