HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_CovarianceMatrix.h File Reference
#include "UT_Accumulator.h"
#include "UT_Array.h"
#include "UT_Matrix2.h"
#include "UT_SymMatrix3.h"
#include "UT_Vector2.h"
#include "UT_Vector3.h"
#include <SYS/SYS_Types.h>
+ Include dependency graph for UT_CovarianceMatrix.h:

Go to the source code of this file.

Namespaces

 UT_CovarianceMatrix
 

Functions

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)