|
HDK
|
Functions | |
| template<typename T , typename PT_POS > | |
| UT_Matrix2T< T > | pointCovariance2 (int num_pts, PT_POS pt_pos, UT_Vector2T< T > *calculated_centroid=nullptr) |
| template<typename T , typename PT_POS > | |
| UT_SymMatrix3T< T > | pointCovariance3 (int num_pts, PT_POS pt_pos, UT_Vector3T< T > *calculated_centroid=nullptr) |
| template<typename T , typename PT_POS > | |
| UT_Matrix2T< T > | segmentCovariance2 (int num_segs, PT_POS seg_pt_pos, UT_Vector2T< T > *calculated_centroid=nullptr, T *calculated_length=nullptr) |
| template<typename T , typename PT_POS > | |
| UT_SymMatrix3T< T > | segmentCovariance3 (int num_segs, PT_POS seg_pt_pos, UT_Vector3T< T > *calculated_centroid=nullptr, T *calculated_length=nullptr) |
| template<typename T , typename PT_POS > | |
| UT_Matrix2T< T > | triangleCovariance2 (int num_tris, PT_POS tri_pt_pos, UT_Vector2T< T > *calculated_centroid=nullptr, T *calculated_area=nullptr) |
| template<typename T , typename PT_POS > | |
| UT_SymMatrix3T< T > | triangleCovariance3 (int num_tris, PT_POS tri_pt_pos, UT_Vector3T< T > *calculated_centroid=nullptr, UT_Vector3T< T > *calculated_average_normal=nullptr, T *calculated_area=nullptr) |
| UT_Matrix2T<T> UT_CovarianceMatrix::pointCovariance2 | ( | int | num_pts, |
| PT_POS | pt_pos, | ||
| UT_Vector2T< T > * | calculated_centroid = nullptr |
||
| ) |
Definition at line 42 of file UT_CovarianceMatrix.h.
| UT_SymMatrix3T<T> UT_CovarianceMatrix::pointCovariance3 | ( | int | num_pts, |
| PT_POS | pt_pos, | ||
| UT_Vector3T< T > * | calculated_centroid = nullptr |
||
| ) |
Definition at line 75 of file UT_CovarianceMatrix.h.
| UT_Matrix2T<T> UT_CovarianceMatrix::segmentCovariance2 | ( | int | num_segs, |
| PT_POS | seg_pt_pos, | ||
| UT_Vector2T< T > * | calculated_centroid = nullptr, |
||
| T * | calculated_length = nullptr |
||
| ) |
Definition at line 112 of file UT_CovarianceMatrix.h.
| UT_SymMatrix3T<T> UT_CovarianceMatrix::segmentCovariance3 | ( | int | num_segs, |
| PT_POS | seg_pt_pos, | ||
| UT_Vector3T< T > * | calculated_centroid = nullptr, |
||
| T * | calculated_length = nullptr |
||
| ) |
Definition at line 194 of file UT_CovarianceMatrix.h.
| UT_Matrix2T<T> UT_CovarianceMatrix::triangleCovariance2 | ( | int | num_tris, |
| PT_POS | tri_pt_pos, | ||
| UT_Vector2T< T > * | calculated_centroid = nullptr, |
||
| T * | calculated_area = nullptr |
||
| ) |
Definition at line 294 of file UT_CovarianceMatrix.h.
| UT_SymMatrix3T<T> UT_CovarianceMatrix::triangleCovariance3 | ( | int | num_tris, |
| PT_POS | tri_pt_pos, | ||
| UT_Vector3T< T > * | calculated_centroid = nullptr, |
||
| UT_Vector3T< T > * | calculated_average_normal = nullptr, |
||
| T * | calculated_area = nullptr |
||
| ) |
Definition at line 390 of file UT_CovarianceMatrix.h.