Post Reply 
Attempt at a 3D parametric grapher
03-06-2019, 04:36 AM
Post: #4
RE: Attempt at a 3D parametric grapher
That snippet of code was supposed to draw a 3D path defined by r(t) -- basically a helix. The a represents the radius of the helix, c its height, and t0 and tn are the starting/ending angles of the helix.

If you want to create a 3D parametric grapher, you will need to generate your points, and use the TRIANGLE or TRIANGLE_P command. Read

http://www.hpmuseum.org/forum/thread-5122.html

for a brief overview.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Attempt at a 3D parametric grapher - Han - 03-06-2019 04:36 AM



User(s) browsing this thread: 1 Guest(s)