This method draws the lines that represent the Pointer3D

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
protected void DrawCross(
	XYZ[] vertex
)
Visual Basic (Declaration)
Protected Sub DrawCross ( _
	vertex As XYZ() _
)
Visual C++
protected:
void DrawCross(
	array<XYZ^>^ vertex
)

Parameters

vertex
Type: array< GLSV..::.XYZ >[]()[]
These are the vertex that represents the cross to be drawn

See Also