DSkin
DSkin
DSkin.OpenGL
OpenGL 类
OpenGL 方法
MapGrid2 方法
MapGrid2 方法 (Int32, Double, Double, Int32, Double, Double)
MapGrid2 方法 (Int32, Single, Single, Int32, Single, Single)
OpenGL
MapGrid2 方法 (Int32, Single, Single, Int32, Single, Single)
This function defines a grid that goes from u1 to u1 in n steps, evenly spaced, and the same for v.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
void
MapGrid2
(
int
un
,
float
u1
,
float
u2
,
int
vn
,
float
v1
,
float
v2
)
参数
un
类型:
System
Int32
Number of steps.
u1
类型:
System
Single
Range of variable 'u'.
u2
类型:
System
Single
Range of variable 'u'.
vn
类型:
System
Int32
Number of steps.
v1
类型:
System
Single
Range of variable 'v'.
v2
类型:
System
Single
Range of variable 'v'.
参见
引用
OpenGL 类
MapGrid2 重载
DSkin.OpenGL 命名空间