constructor MethodProtected

initialize arrays for given spline dimensions. coffs length must be poleLength * numPolesU * numPolesV !!!!

BSpline2dNd(numPolesU: number, numPolesV: number, poleLength: number, knotsU: KnotVector, knotsV: KnotVector, coffs: Float64Array): BSpline2dNd

Parameter Type Description
numPolesU number  
numPolesV number  
poleLength number  
knotsU KnotVector  
knotsV KnotVector  
coffs Float64Array  

Returns - BSpline2dNd

Defined in

Last Updated: 17 May, 2024