MATHLIB_EXPORT P_POINT add(P_POINT pr, PC_POINT pv1, PC_POINT pv2);
Add two vectors together. (a1,b1,c1) + (a2,b2,c2) = (a1+a2,b1+b2,c1+c2)
The result vector may be the same as one of the source vectors.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|