点击或拖拽改变大小

OpenGLTranslate 方法 (Double, Double, Double)

This function applies a translation transformation to the current matrix.

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

参数

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