Tao.OpenGl SDK Documentation
Gl.glVertex3hNV Method
[Visual Basic]
Public Shared Sub glVertex3hNV( _
ByVal
x
As
Short
, _
ByVal
y
As
Short
, _
ByVal
z
As
Short
_
)
[C#]
public static
void
glVertex3hNV(
short
x
,
short
y
,
short
z
);
See Also
Gl Class
|
Tao.OpenGl Namespace