Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gmurrie

  1. gmurrie

    points on an ellipse

    Got it. This is the bones. BEGIN { angle=1 } { majoraxis=$5 minoraxis=$6 do { deltax=majoraxis*cos(angle) deltay=minoraxis*sin(angle) x=$1 + deltax y=$2 + deltay # print "angle " angle " dx " deltax...
  2. gmurrie

    points on an ellipse

    I'm wondering if anyone has written a script to calculate points on an ellipse or a circle in awk or awk variants.

Part and Inventory Search

Back
Top