Click or drag to resize

Boid Constructor (Double, Double, Double, Color)

Initializes a new instance of the Boid class

Namespace:  StarfieldUtils.FlockingUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Boid(
	double x,
	double y,
	double z,
	Color color
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:StarfieldUtils.FlockingUtils.Boid.#ctor(System.Double,System.Double,System.Double,System.Drawing.Color)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:StarfieldUtils.FlockingUtils.Boid.#ctor(System.Double,System.Double,System.Double,System.Drawing.Color)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:StarfieldUtils.FlockingUtils.Boid.#ctor(System.Double,System.Double,System.Double,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:StarfieldUtils.FlockingUtils.Boid.#ctor(System.Double,System.Double,System.Double,System.Drawing.Color)"]

See Also