Open HernanZh opened 10 years ago
Functions like add and multiply should return a new vector and leave the original alone. If you want to add to the current vector, you would need to do something like
vector1 = vector1.add(vector2)
Functions like add and multiply should return a new vector and leave the original alone. If you want to add to the current vector, you would need to do something like
vector1 = vector1.add(vector2)