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

Method setPos

dgl/src/Geometry.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74template<typename T>
75void Point<T>::setPos(const T& x2, const T& y2) noexcept
76{
77 x = x2;
78 y = y2;
79}
80
81template<typename T>
82void Point<T>::setPos(const Point<T>& pos) noexcept

Callers 2

onDisplayFunction · 0.80
onDisplayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected