smd icon indicating copy to clipboard operation
smd copied to clipboard

Lawden's spiral

Open ChristopherRabotin opened this issue 9 years ago • 2 comments

r = (r_s*(sin alpha)^6)/(1-3*(sin(alpha))^2)
theta = theta_0 - 4*alpha-3*cotan(alpha) -- cotan == cot

ChristopherRabotin avatar Jan 12 '17 19:01 ChristopherRabotin

After reading Petropoulos' paper on different spirals, it seems tha Lawden may not be great as it's only applicable to small flight paths.

ChristopherRabotin avatar Jan 19 '17 20:01 ChristopherRabotin

Several attempts to fix my implementation of Lawden's spiral have failed. I don't know why. As like for #10 , I don't need this for my thesis (yet), so I'll skip it for now.

ChristopherRabotin avatar Jan 21 '17 08:01 ChristopherRabotin