Overload List
| Name | Description | |
|---|---|---|
| Addition(Double, Vector4D) |
value + vector, adds a value to all vector components
| |
| Addition(Vector4D, Double) |
vector + value, adds a value to all vector components
| |
| Addition(Vector4D, Vector4D) |
vector + vector, adds the values of two vectors component wise
|