unpackFloat64ArrayToPointsAndWeights MethodStatic

unpack from xyzw xyzw... array to array of Point3d and array of weight.

unpackFloat64ArrayToPointsAndWeights(data: Float64Array, points: Point3d[], weights: number[], pointFormatter: (x: number, y: number, z: number) => any = Point3d.create): void

Parameter Type Description
data Float64Array  
points Point3d[]  
weights number[]  
pointFormatter (x: number, y: number, z: number) => any  

Defined in

Last Updated: 08 January, 2020