Click or drag to resize

Vector2D Constructor

Constructs a new vector with given X and Y components.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vector2D(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
X component of the vector.
y
Type: SystemSingle
Y component of the vector.
See Also