Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
template<typename T>
75
void Point<T>::setPos(const T& x2, const T& y2) noexcept
76
{
77
x = x2;
78
y = y2;
79
}
80
81
template<typename T>
82
void Point<T>::setPos(const Point<T>& pos) noexcept
Callers
2
onDisplay
Function · 0.80
onDisplay
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected