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

Method setX

dgl/src/Geometry.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template<typename T>
63void Point<T>::setX(const T& x2) noexcept
64{
65 x = x2;
66}
67
68template<typename T>
69void Point<T>::setY(const T& y2) noexcept

Callers 14

mouseEventMethod · 0.80
motionEventMethod · 0.80
scrollEventMethod · 0.80
runTestsPerTypeFunction · 0.80
onMouseFunction · 0.80
onDisplayFunction · 0.80
onMouseFunction · 0.80
getKeyBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected