Looking for some help. before I do the deep dive on spending a bunch of time, I would ask... I am looking for the formula to calculate arc bulge. Anyone out there crossed that bridge?
This is what I have so far:
- Code: Select all
function BulgeCalculator (Rad, Ang)
return math.tan (math.rad(Ang) * Rad)
end