Constructor

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Primitive(
	int type
)
Visual Basic
Public Sub New ( _
	type As Integer _
)
Visual C++
public:
Primitive(
	int type
)

Parameters

type
Type: System..::..Int32

[Missing <param name="type"/> documentation for "M:JigLibX.Geometry.Primitive.#ctor(System.Int32)"]

See Also