点击或拖拽改变大小

OpenGLMap1 方法 (UInt32, Single, Single, Int32, Int32, Single)

Defines a 1D evaluator.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Map1(
	uint target,
	float u1,
	float u2,
	int stride,
	int order,
	float[] points
)

参数

target
类型:SystemUInt32
What the control points represent (e.g. MAP1_VERTEX_3).
u1
类型:SystemSingle
Range of the variable 'u'.
u2
类型:SystemSingle
Range of the variable 'u'.
stride
类型:SystemInt32
Offset between beginning of one control point, and beginning of next.
order
类型:SystemInt32
The degree plus one, should agree with the number of control points.
points
类型:SystemSingle
The data for the points.
参见