![]() |
|
Go to the source code of this file.
Classes | |
class | GfMatrix3f |
Stores a 3x3 matrix of float elements. More... | |
Functions | |
GF_API bool | GfIsClose (GfMatrix3f const &m1, GfMatrix3f 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. More... | |
GF_API std::ostream & | operator<< (std::ostream &, GfMatrix3f const &) |
Output a GfMatrix3f. More... | |
GF_API bool GfIsClose | ( | GfMatrix3f const & | m1, |
GfMatrix3f 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.