MCPcopy Create free account
hub / github.com/chrxh/alien / operator+

Method operator+

source/Base/Vector2D.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32RealVector2D RealVector2D::operator+(RealVector2D const& other) const
33{
34 return RealVector2D{x + other.x, y + other.y};
35}
36
37RealVector2D RealVector2D::operator-(RealVector2D const& other) const
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected