The Vector2 type exposes the following members.

Methods

  NameDescription
Distance
Dot
Equals
Determines whether the specified System.Object is equal to the Vector.
(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.)
GetAngle
GetHashCode
Gets the hash code of this object.
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Length
Load
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NormalizeOverloaded.
Save
ToPoint
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Operators

  NameDescription
Addition
Equality
Compares a vector for equality with another vector.
Inequality
Tests a vector for inequality with another vector.
Multiply
Subtraction
UnaryNegation

See Also