Python. How to get the x,y coordinates of a offset spline from a x,y list of points and offset distance
问题 I need to make an offset parallel enclosure of an airfoil profile curve, but I cant figure out how to make all the points be equidistant to the points on the primary profile curve at desired distance. this is my example airfoil profile this is my best and not good approach EDIT @Patrick Solution for distance 0.2 回答1: You'll have to special-case slopes of infinity/zero, but the basic approach is to use interpolation to calculate the slope at a point, and then find the perpendicular slope, and