PackedPointGrid Interface
interface for points returned from getPointGrid, with annotation of physical and weighting dimensions.
Properties
Name | Type | Description | |
---|---|---|---|
numCartesianDimensions | number | number of cartesian dimensions, e.g. | |
points | number[][][] | Array of coordinate data. | |
weightStyle | WeightStyle | undefined | Description of how weights are present in the coordinate data. |
Defined in
- bspline/BSplineSurface.ts Line 64
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.