Constructor Vector2D
Vector2D(double, double)
Initializes a new instance of the Vector2D structure with its coordinates.
Declaration
public Vector2D(double inX, double inY)
Parameters
| Type | Name | Description |
|---|---|---|
| double | inX | X component. |
| double | inY | Y component. |