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

Method setEndPos

dgl/src/Geometry.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462template<typename T>
463void Line<T>::setEndPos(const T& x, const T& y) noexcept
464{
465 posEnd = Point<T>(x, y);
466}
467
468template<typename T>
469void Line<T>::setEndPos(const Point<T>& pos) noexcept

Callers 3

onResizeMethod · 0.45
recreateLinesFunction · 0.45
recreateLinesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected