Vector |
[Missing <summary> documentation for "T:Altaxo.Geometry.VectorD4D"]
public struct VectorD4D : IEquatable<VectorD4D>
The VectorD4D 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 | ||
| W | ||
| X | ||
| Y | ||
| Z |
| Name | Description | |
|---|---|---|
| CreateNormalized(VectorD4D) | ||
| CreateNormalized(Double, Double, Double, Double) | ||
| CreateScaled | ||
| CreateSum | ||
| DotProduct | ||
| Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
| Equals(VectorD4D) | ||
| GetHashCode | (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MultiplicationElementwise | ||
| ToString | (Overrides ValueTypeToString) | |
| WithW | Returns a new instance with W set to the provided value. | |
| 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. |