|
HDK
|
#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/vec4d.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/vec3d.h"#include "pxr/base/tf/hash.h"#include <iosfwd>#include <vector>
Include dependency graph for matrix4d.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | GfIsGfMatrix< class GfMatrix4d > |
| class | GfMatrix4d |
Functions | |
| GF_API bool | GfIsClose (GfMatrix4d const &m1, GfMatrix4d const &m2, double tolerance) |
| GF_API std::ostream & | operator<< (std::ostream &, GfMatrix4d const &) |
| 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 & | |||
| ) |