This function defines a NURBS Curve.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void NurbsCurve(
IntPtr nurbsObject,
int knotsCount,
float[] knots,
int stride,
float[] controlPointsArray,
int order,
uint type
)
参数
- nurbsObject
- 类型:SystemIntPtr
The NURBS object. - knotsCount
- 类型:SystemInt32
The number of knots. - knots
- 类型:SystemSingle
The knots themselves. - stride
- 类型:SystemInt32
The stride, i.e. distance between vertices in the
control points array. - controlPointsArray
- 类型:SystemSingle
The array of control points. - order
- 类型:SystemInt32
The order of the polynomial. - type
- 类型:SystemUInt32
The type of data to generate.
参见