点击或拖拽改变大小

OpenGLGetClipPlane 方法

Return the coefficients of the specified clipping plane.

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

参数

plane
类型:SystemUInt32
Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form OpenGL.CLIP_PLANEi where 0 Less Than i Less Than OpenGL.MAX_CLIP_PLANES.
equation
类型:SystemDouble
Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0).
参见