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

Method operator-

source/Base/Vector2D.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37RealVector2D RealVector2D::operator-(RealVector2D const& other) const
38{
39 return RealVector2D{x - other.x, y - other.y};
40}
41
42RealVector2D RealVector2D::operator-() const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected