Initializes a new instance of the Vector3 structure.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Vector3(
	float value
)

Parameters

value
Type: System..::.Single
Value, which is set to all 3 coordinates of the vector.

See Also