Compute the shortest distance from point (x₀,y₀) to line Ax + By + C = 0 using d = |Ax₀ + By₀ + C| / √(A² + B²).
点 (x₀,y₀) 到直线 Ax+By+C=0 的最短距离。