The Vector2DEntity type exposes the following members.

Methods

  Name Description
Add
Equals (Overrides Object..::.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
The hash code of the vector which works with the == operator.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Multiply
Norm
Computes the norm of the current vector
Subtract
ToString
Converts entity to a string such as (42.17, 12.41)
(Overrides Object..::.ToString()()().)

Operators

  Name Description
Addition
Sums two vectors
Equality
Checks whether two vectors are equal.
Inequality
Multiply
Multiplies a vector by a given constant
Subtraction
Computes the difference of two vectors

See Also