|
O
Addition(UV, UV)
|
UV
|
Adds the two specified 2-D vectors and returns the result.
|
|
O
Division(UV, Double)
|
UV
|
Divides the specified 2-D vector by the specified value.
|
|
O
Multiply(Double, UV)
|
UV
|
The product of the specified number and the specified 2-D vector.
|
|
O
Multiply(UV, Double)
|
UV
|
The product of the specified number and the specified 2-D vector.
|
|
O
Subtraction(UV, UV)
|
UV
|
Subtracts the two specified 2-D vectors and returns the result.
|
|
O
UnaryNegation(UV)
|
UV
|
Negates this 2-D vector and returns the result.
|