The Vector2DEntity type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Alias for Addition(Vector2DEntity, Vector2DEntity).
|
|
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 |
Alias for Multiply(Double, Vector2DEntity).
|
|
Norm |
Computes the norm of the current vector
|
|
Subtract |
Alias for Subtraction(Vector2DEntity, Vector2DEntity).
|
|
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 |
Contrairy of Equality(Vector2DEntity, Vector2DEntity)
|
|
Multiply |
Multiplies a vector by a given constant
|
|
Subtraction |
Computes the difference of two vectors
|