sumWeightedX MethodStatic

sum the weighted x components from a point array.

  • weights.length is the number of summed terms
  • points must have at least that length

sumWeightedX(weights: Float64Array, points: Point3d[]): number

Parameter Type Description
weights Float64Array  
points Point3d[]  

Defined in

Last Updated: 08 January, 2020