点击或拖拽改变大小

OpenGLMapGrid1 方法 (Int32, Double, Double)

This function defines a grid that goes from u1 to u1 in n steps, evenly spaced.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void MapGrid1(
	int un,
	double u1,
	double u2
)

参数

un
类型:SystemInt32
Number of steps.
u1
类型:SystemDouble
Range of variable 'u'.
u2
类型:SystemDouble
Range of variable 'u'.
参见