Classes | |
class Module | |
class SingleSelectionItem | |
class ViewProviderInspection | |
class ViewProviderInspectionGroup | |
class ViewProviderProxyObject | |
class VisualInspection | |
class Workbench | |
Functions | |
float calcArea (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3) | |
bool calcWeights (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3, const SbVec3f &p, float &w0, float &w1, float &w2) | |
PyObject * initModule () | |
Function Documentation
◆ calcArea()
float InspectionGui::calcArea | ( | const SbVec3f & | v1, |
const SbVec3f & | v2, | ||
const SbVec3f & | v3 | ||
) |
Referenced by calcWeights().
◆ calcWeights()
bool InspectionGui::calcWeights | ( | const SbVec3f & | v1, |
const SbVec3f & | v2, | ||
const SbVec3f & | v3, | ||
const SbVec3f & | p, | ||
float & | w0, | ||
float & | w1, | ||
float & | w2 | ||
) |
References calcArea().
Referenced by InspectionGui::ViewProviderInspection::inspectDistance().
◆ initModule()
PyObject* InspectionGui::initModule | ( | ) |