mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
NOOP, remove trailing tabs/whitespace.
This commit is contained in:
parent
e11ba7b79d
commit
22b07e0233
822 changed files with 6861 additions and 6861 deletions
|
|
@ -94,7 +94,7 @@ ArdourCanvas::distance_to_segment_squared (Duple const & p, Duple const & p1, Du
|
|||
// extending the segment, parameterized as p1 + (t * (p2 - p1)),
|
||||
// we find projection of point p onto the line.
|
||||
// It falls where t = [(p - p1) . (p2 - p1)] / |p2 - p1|^2
|
||||
|
||||
|
||||
t = ((dp1x * dx) + (dp1y * dy)) / segLenSquared;
|
||||
|
||||
if (t < kEpsilon) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue