Class constructor

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

Syntax

C#
public Node(
	XYZ pos,
	alfaXYZ rot,
	XYZ centre,
	XYZ scale,
	alfaXYZ scaleOrientation,
	int layer,
	List<Model> models
)
Visual Basic (Declaration)
Public Sub New ( _
	pos As XYZ, _
	rot As alfaXYZ, _
	centre As XYZ, _
	scale As XYZ, _
	scaleOrientation As alfaXYZ, _
	layer As Integer, _
	models As List(Of Model) _
)
Visual C++
public:
Node(
	XYZ^ pos, 
	alfaXYZ^ rot, 
	XYZ^ centre, 
	XYZ^ scale, 
	alfaXYZ^ scaleOrientation, 
	int layer, 
	List<Model^>^ models
)

Parameters

pos
Type: GLSV..::.XYZ
Position
rot
Type: GLSV..::.alfaXYZ
Rotation
centre
Type: GLSV..::.XYZ
Centre
scale
Type: GLSV..::.XYZ
Scale
scaleOrientation
Type: GLSV..::.alfaXYZ
Scale Orientantion
layer
Type: System..::.Int32
Layer
models
Type: System.Collections.Generic..::.List<(Of <(Model>)>)
Model list

See Also