Click or drag to resize

Vector2 Constructor (Double, Double)

Constructs a vector with the given individual elements.

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

Parameters

x
Type: SystemDouble
The X component.
y
Type: SystemDouble
The Y component.
See Also