Click or drag to resize

Vector2 Constructor

Overload List
  NameDescription
Public methodVector2(Vector2)
Constructs a vector with another given vector.
Public methodVector2(Vector2F)
Constructs a vector with another given vector of Vector2F format.
Public methodVector2(Vector2I)
Constructs a vector with another given vector of Vector2I format.
Public methodVector2(Double, Double)
Constructs a vector with the given individual elements.
Top
See Also