B-spline.
degree参数应该是大于1的,否则等于1的时候将不会进行插值处理
B-spline.
degree参数应该是大于1的,否则等于1的时候将不会进行插值处理
00 Remarks
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| BSpline | 2 | B-spline curve interpolation |
| Compute | 1 | B-spline curve interpolation |
| OutputPoint | 1 |
03 Members
IEnumerable(Of Point), Single, Int32)B-spline curve interpolation
| Name | Type | Description |
|---|---|---|
ctrlPts | IEnumerable(Of Point) | Control points |
degree% | Single | - |
RESOLUTION% | Int32 | - |
IEnumerable(Of PointF), Single, Int32)B-spline curve interpolation
| Name | Type | Description |
|---|---|---|
ctrlPts | IEnumerable(Of PointF) | Control points |
degree% | Single | - |
RESOLUTION% | Int32 | - |
IEnumerable(Of PointF), Single, Int32)B-spline curve interpolation
| Name | Type | Description |
|---|---|---|
controlPoints | IEnumerable(Of PointF) | Control points |
degree% | Single | - |
RESOLUTION% | Int32 | - |
PointF(), Double(), Int32, Double)| Name | Type | Description |
|---|---|---|
ctrlPts | PointF() | - |
t | Double() | - |
k% | Int32 | 因为在这个函数里面的k参数是用来计算数组元素的index的,所以在这里不使用实数来表示了,而是使用整形数 |
u | Double | - |