Click or drag to resize

StarfieldModel Constructor (Single, Single, Single, UInt64, UInt64, UInt64)

Initializes a new instance of the StarfieldModel class

Namespace:  Starfield
Assembly:  Starfield (in Starfield.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public StarfieldModel(
	float xStep,
	float yStep,
	float zStep,
	ulong numX,
	ulong numY,
	ulong numZ
)

Parameters

xStep
Type: SystemSingle

[Missing <param name="xStep"/> documentation for "M:Starfield.StarfieldModel.#ctor(System.Single,System.Single,System.Single,System.UInt64,System.UInt64,System.UInt64)"]

yStep
Type: SystemSingle

[Missing <param name="yStep"/> documentation for "M:Starfield.StarfieldModel.#ctor(System.Single,System.Single,System.Single,System.UInt64,System.UInt64,System.UInt64)"]

zStep
Type: SystemSingle

[Missing <param name="zStep"/> documentation for "M:Starfield.StarfieldModel.#ctor(System.Single,System.Single,System.Single,System.UInt64,System.UInt64,System.UInt64)"]

numX
Type: SystemUInt64

[Missing <param name="numX"/> documentation for "M:Starfield.StarfieldModel.#ctor(System.Single,System.Single,System.Single,System.UInt64,System.UInt64,System.UInt64)"]

numY
Type: SystemUInt64

[Missing <param name="numY"/> documentation for "M:Starfield.StarfieldModel.#ctor(System.Single,System.Single,System.Single,System.UInt64,System.UInt64,System.UInt64)"]

numZ
Type: SystemUInt64

[Missing <param name="numZ"/> documentation for "M:Starfield.StarfieldModel.#ctor(System.Single,System.Single,System.Single,System.UInt64,System.UInt64,System.UInt64)"]

See Also