Vector2 Constructor |
Name | Description | |
---|---|---|
Vector2(Double) |
Initializes a new instance of the Vector2 struct with same values for x and y components.
| |
Vector2(Single) |
Initializes a new instance of the Vector2 struct with same values for x and y components.
| |
Vector2(Double, Double) |
Initializes a new instance of the Vector2 struct.
| |
Vector2(Single, Single) |
Initializes a new instance of the Vector2 struct.
|