点击或拖拽改变大小

OpenGLTranslate 方法 (Single, Single, Single)

This function applies a translation transformation to the current matrix.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Translate(
	float x,
	float y,
	float z
)

参数

x
类型:SystemSingle
The amount to translate along the x axis.
y
类型:SystemSingle
The amount to translate along the y axis.
z
类型:SystemSingle
The amount to translate along the z axis.
参见