Click or drag to resize

VectorD2D Methods

The VectorD2D type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAngleBetweenInRadians 
Public methodStatic memberCreateNormalized(VectorD2D) 
Public methodStatic memberCreateNormalized(Double, Double) 
Public methodStatic memberCreateScaled 
Public methodStatic memberCreateSum 
Public methodStatic memberDotProduct 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(VectorD2D) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberMultiplicationElementwise 
Public methodToString
(Overrides ValueTypeToString)
Public methodWithX Returns a new instance with X set to the provided value.
Public methodWithY Returns a new instance with Y set to the provided value.
Top
See Also