Vector2 Constructor |
| Name | Description | |
|---|---|---|
| Vector2(Vector2) |
Constructs a vector with another given vector.
| |
| Vector2(Vector2F) |
Constructs a vector with another given vector of Vector2F format.
| |
| Vector2(Vector2I) |
Constructs a vector with another given vector of Vector2I format.
| |
| Vector2(Double, Double) |
Constructs a vector with the given individual elements.
|