MCPcopy Create free account
hub / github.com/DISTRHO/DPF / moveBy

Method moveBy

dgl/src/Geometry.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88template<typename T>
89void Point<T>::moveBy(const T& x2, const T& y2) noexcept
90{
91 x = static_cast<T>(x+x2);
92 y = static_cast<T>(y+y2);
93}
94
95template<typename T>
96void Point<T>::moveBy(const Point<T>& pos) noexcept

Callers 2

ResizeHandle.hppFile · 0.80
ResizeHandle.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected