点击或拖拽改变大小

OpenGLMultMatrix 方法 (Single)

Multiply the current matrix with the specified matrix.

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

参数

m
类型:SystemSingle
Points to 16 consecutive values that are used as the elements of a 4x4 column-major matrix.
参见