ExtensionMethodsGL.DrawGL (PointWithDisplacement, Double) Method

Calls gl.Vertex3d(X+UX, Y+UY, Z+UZ).
Public Shared Sub DrawGL( _ 
ByVal value As PointWithDisplacement, _ 
ByVal ampFactor As Double
)
This language is not supported or no code example is available.
public static void DrawGL( 
this PointWithDisplacement value
double ampFactor 
)
This language is not supported or no code example is available.

Parameters

value
PointWithDisplacement

<default>

ampFactor
double

.NET Framework

Supported in: 4.8

In this article

Definition