UV.DotProduct
Method
Description:
The dot product of this 2-D vector and the specified 2-D vector.
The dot product of this 2-D vector and the specified 2-D vector.
Remarks:
The dot product is the sum of the respective coordinates of the two vectors: Pu * Ru + Pv * Rv.
The dot product is the sum of the respective coordinates of the two vectors: Pu * Ru + Pv * Rv.
Parameters
| Parameter | Type | Description |
|---|---|---|
| source | UV | The vector to multiply with this vector. |
Return Value
| Type | Description |
|---|---|
| Double | The real number equal to the dot product. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when source is. |