Searched refs:weights (Results 1 – 4 of 4) sorted by relevance
37 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights ) in ComputeWeightedCovariance() argument44 total += weights[i]; in ComputeWeightedCovariance()45 centroid += weights[i]*points[i]; in ComputeWeightedCovariance()54 Vec3 b = weights[i]*a; in ComputeWeightedCovariance()
49 float const* weights = m_colours->GetWeights(); in RangeFit() local52 Sym3x3 covariance = ComputeWeightedCovariance( count, values, weights ); in RangeFit()
105 float const* weights = m_colours->GetWeights(); in ConstructOrdering() local111 Vec4 w( weights[j] ); in ConstructOrdering()
228 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights );