Rhino C++ API
8.13
|
#include <opennurbs_texture_mapping.h>
Public Member Functions | |
ON_WeightedAverageHash () | |
bool | Matches (const ON_WeightedAverageHash &b, const ON_Xform &bt, double tol) const |
bool | Read (ON_BinaryArchive &binary_archive) |
void | Transform (const ON_Xform &xform) |
bool | Write (ON_BinaryArchive &binary_archive) const |
void | Zero () |
Public Attributes | |
ON_3dPoint | m_sum [dim] |
Static Public Attributes | |
static const int | dim = 5 |
ON_WeightedAverageHash::ON_WeightedAverageHash | ( | ) |
bool ON_WeightedAverageHash::Matches | ( | const ON_WeightedAverageHash & | b, |
const ON_Xform & | bt, | ||
double | tol | ||
) | const |
bool ON_WeightedAverageHash::Read | ( | ON_BinaryArchive & | binary_archive | ) |
void ON_WeightedAverageHash::Transform | ( | const ON_Xform & | xform | ) |
bool ON_WeightedAverageHash::Write | ( | ON_BinaryArchive & | binary_archive | ) | const |
void ON_WeightedAverageHash::Zero | ( | ) |
|
static |
ON_3dPoint ON_WeightedAverageHash::m_sum[dim] |