Vector2 Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes and manipulates a vector in two-dimensional (2-D) space.
The Vector2 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Vector2 | Initializes a new instance of the Vector2 structure. |
Top
Methods
Name | Description | |
---|---|---|
Add | Overloaded. Adds two 2-D vectors. | |
Equals | Returns a value that indicates whether the current instance is equal to a specified object. (Overrides ValueType.Equals(Object).) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for the current instance. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Length | Overloaded. Returns the length of a 2-D vector. | |
LengthSq | Overloaded. Returns the square of the length of a 2-D vector. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Subtract | Overloaded. Subtracts two 2-D vectors. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Addition | Adds two 2-D vectors. | |
Equality | Compares two 2-D vectors to determine whether they are the same. | |
Inequality | Compares two 2-D vectors to determine whether they are different. | |
Multiply | Overloaded. Determines the product of a number and a 2-D vector. | |
Subtraction | Subtracts a 2-D vector from another 2-D vector. | |
UnaryNegation | Returns a 2-D vector that is the negation of the specified 2-D vector. |
Top
Fields
Name | Description | |
---|---|---|
X | Represents the x component of the 2-D vector. | |
Y | Represents the y component of the 2-D vector. |
Top
Properties
Name | Description | |
---|---|---|
Empty | Retrieves an empty 2-D vector. |
Top