Click or drag to resize

Vector2 Constructor

Overload List
  NameDescription
Public methodVector2(Double)
Initializes a new instance of the Vector2 struct with same values for x and y components.
Public methodVector2(Single)
Initializes a new instance of the Vector2 struct with same values for x and y components.
Public methodVector2(Double, Double)
Initializes a new instance of the Vector2 struct.
Public methodVector2(Single, Single)
Initializes a new instance of the Vector2 struct.
Top
See Also