Click or drag to resize

Vector2 Constructor (Double)

Constructs a vector whose elements are all the double specified value.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vector2(
	double value
)

Parameters

value
Type: SystemDouble
The element to fill the vector with.
See Also