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 69
Last Updated: 20 June, 2023