Summary
Initializes a new instance of the
Vector
structure.
Syntax
public Vector(double x, double y)
Parameters
Name | Type | Description |
---|---|---|
x | double | The X component. |
y | double | The Y component. |
Return Value
Type | Description |
---|---|
void |