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

Method setY

dgl/src/Geometry.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template<typename T>
69void Point<T>::setY(const T& y2) noexcept
70{
71 y = y2;
72}
73
74template<typename T>
75void Point<T>::setPos(const T& x2, const T& y2) noexcept

Callers 15

mouseEventMethod · 0.80
motionEventMethod · 0.80
scrollEventMethod · 0.80
onDisplayMethod · 0.80
onMouseMethod · 0.80
onMotionMethod · 0.80
runTestsPerTypeFunction · 0.80
onMouseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected