MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / XY

Method XY

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

Source from the content-addressed store, hash-verified

134 }
135
136 XY::XY() : x(0), y(0) {}
137
138 XY::XY(const double &x_, const double &y_) : x(x_), y(y_) {}
139

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected