Vector |
public struct VectorD2D : IEquatable<VectorD2D>
The VectorD2D type exposes the following members.
Name | Description | |
---|---|---|
Empty | ||
IsEmpty | Gets a value indicating whether this instance is empty, i.e. all elements are zero. | |
Length | ||
Normalized | ||
SquareOfLength | ||
X | Gets the x component of this vector. | |
Y | Gets the y component of this vector. |
Name | Description | |
---|---|---|
AngleBetweenInRadians | ||
CreateNormalized(VectorD2D) | ||
CreateNormalized(Double, Double) | ||
CreateScaled | ||
CreateSum | ||
DotProduct | ||
Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
Equals(VectorD2D) | ||
GetHashCode | (Overrides ValueTypeGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MultiplicationElementwise | ||
ToString | (Overrides ValueTypeToString) | |
WithX | Returns a new instance with X set to the provided value. | |
WithY | Returns a new instance with Y set to the provided value. |