Click or drag to resize

Vector2fAdd Method

Overload List
  NameDescription
Public methodStatic memberAdd(Point2f, Vector2f)
Sums up a point and a vector, and returns a new point.

(Provided for languages that do not support operator overloading. You can use the + operator otherwise)

Public methodStatic memberAdd(Vector2f, Vector2f)
Sums up two vectors.

(Provided for languages that do not support operator overloading. You can use the + operator otherwise)

Top
See Also