GL.ClipPlane Method

Definition

Overloads

ClipPlane(All, Single)
ClipPlane(All, Single*)
ClipPlane(All, Single[])

ClipPlane(All, Single)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClipPlanef", Version="1.1")]
public static void ClipPlane (OpenTK.Graphics.ES11.All plane, ref float equation);
static member ClipPlane : OpenTK.Graphics.ES11.All *  -> unit

Parameters

plane
All
equation
Single
Attributes

Applies to

ClipPlane(All, Single*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClipPlanef", Version="1.1")]
[System.CLSCompliant(false)]
public static void ClipPlane (OpenTK.Graphics.ES11.All plane, float* equation);
static member ClipPlane : OpenTK.Graphics.ES11.All * nativeptr<single> -> unit

Parameters

plane
All
equation
Single*
Attributes

Applies to

ClipPlane(All, Single[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glClipPlanef", Version="1.1")]
public static void ClipPlane (OpenTK.Graphics.ES11.All plane, float[] equation);
static member ClipPlane : OpenTK.Graphics.ES11.All * single[] -> unit

Parameters

plane
All
equation
Single[]
Attributes

Applies to