class constructor

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

Syntax

C#
public alfaXYZ(
	double angle,
	double x,
	double y,
	double z
)
Visual Basic (Declaration)
Public Sub New ( _
	angle As Double, _
	x As Double, _
	y As Double, _
	z As Double _
)
Visual C++
public:
alfaXYZ(
	double angle, 
	double x, 
	double y, 
	double z
)

Parameters

angle
Type: System..::.Double
angle
x
Type: System..::.Double
x coordinate
y
Type: System..::.Double
y coordinate
z
Type: System..::.Double
z coordinate

See Also