subtract
Description:
[
Version ( since =
"1.0" ) ]
public Vec4 subtract (
Vec4 b)
Subtracts from each component of the first operand this the corresponding component of the second operand
b
and places each result into the components of res
.
Parameters:
this |
a Vec4
|
b |
a Vec4
|
res |
return location for the resulting vector
|