Function gamer::operator+(const Vertex&, const Vector&)

Function Documentation

Vertex gamer::operator+(const Vertex &A, const Vector &B)

Translate a Vertex by vector.

Parameters
  • A[in] Vertex base

  • B[in] Vector translation

Returns

Resulting Vertex with new position