points
points: number[][][]
Array of coordinate data.
- points[row] is all the data for a grid row.
- points[row][j] is the jth point across the row
- points[row][j][k] is numeric value k.
Defined in
- bspline/BSplineSurface.ts Line 71
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.