Vector |
The VectorD3D type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleBetweenInRadians | Calculates the angle between two vectors in radians. | |
| CreateNormalized(VectorD3D) | Creates a normalized version of the given vector. | |
| CreateNormalized(Double, Double, Double) | Creates a normalized vector from the given x, y, and z components. | |
| CreateScaled | Creates a scaled version of the given vector. | |
| CreateSum | Creates a vector that is the sum of two vectors. | |
| CrossProduct | Calculates the cross product of two vectors. | |
| DotProduct | Calculates the dot product of two vectors. | |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| Equals(VectorD3D) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MultiplicationElementwise | Multiplies two vectors elementwise. | |
| ToString | Returns the fully qualified type name of this instance. (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. | |
| WithZ | Returns a new instance with Z set to the provided value. |