Description:
Adds a point with a vector. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
Description:
Adds a point with a point. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
Description:
Adds a vector with a point. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)