Go to the source code of this file.
|
template<typename T , typename PT_POS > |
UT_Matrix2T< T > | UT_CovarianceMatrix::pointCovariance2 (int num_pts, PT_POS pt_pos, UT_Vector2T< T > *calculated_centroid=nullptr) |
|
template<typename T , typename PT_POS > |
UT_SymMatrix3T< T > | UT_CovarianceMatrix::pointCovariance3 (int num_pts, PT_POS pt_pos, UT_Vector3T< T > *calculated_centroid=nullptr) |
|
template<typename T , typename PT_POS > |
UT_Matrix2T< T > | UT_CovarianceMatrix::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 > | UT_CovarianceMatrix::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 > | UT_CovarianceMatrix::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 > | 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) |
|