Click or drag to resize

VectorD3D Methods

The VectorD3D type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAngleBetweenInRadians Calculates the angle between two vectors in radians.
Public methodStatic memberCreateNormalized(VectorD3D) Creates a normalized version of the given vector.
Public methodStatic memberCreateNormalized(Double, Double, Double) Creates a normalized vector from the given x, y, and z components.
Public methodStatic memberCreateScaled Creates a scaled version of the given vector.
Public methodStatic memberCreateSum Creates a vector that is the sum of two vectors.
Public methodStatic memberCrossProduct Calculates the cross product of two vectors.
Public methodStatic memberDotProduct Calculates the dot product of two vectors.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(VectorD3D)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberMultiplicationElementwise Multiplies two vectors elementwise.
Public methodToStringReturns the fully qualified type name of this instance.
(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.
Public methodWithZ Returns a new instance with Z set to the provided value.
Top
See Also