Vector4Multiply Operator |
| Name | Description | |
|---|---|---|
| Multiply(Single, Vector4) |
Multiply operator between a scalar and a vector.
| |
| Multiply(Vector4, Vector4) |
Dot product operator between the two vectors.
| |
| Multiply(Vector4, Single) |
Multiply operator between a vector and a scalar.
|