Search
Vector Members
Constructors Fields
 


Represents displacement in 2D space.

The following tables list the members exposed by the Vector type.

 Public Constructors

  Name Description

Vector

Initializes a new instance of the Vector class with the specified X and Y coordinates.

 Public Fields

  Name Description

x

The x-coordinate of the vector.

y

The y-coordinate of the vector.

 See Also