MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / operator*

Method operator*

source/matplot/util/contourc.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 XY XY::operator*(const double &multiplier) const {
149 return XY(x * multiplier, y * multiplier);
150 }
151
152 const XY &XY::operator+=(const XY &other) {
153 x += other.x;

Callers 1

iterable_traitsClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected