点击或拖拽改变大小

OpenGLLoadMatrix 方法

Replace the current matrix with the specified matrix.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void LoadMatrix(
	double[] m
)

参数

m
类型:SystemDouble
Specifies a pointer to 16 consecutive values, which are used as the elements of a 4x4 column-major matrix.
参见