Plotting curve f(x,y,z) with HP Prime
|
11-20-2014, 07:59 AM
(This post was last modified: 11-20-2014 08:17 AM by Han.)
Post: #3
|
|||
|
|||
RE: Plotting curve f(x,y,z) with HP Prime
Here's some code you can modify:
Code: #cas The matrix in the code is a 3x4 matrix used for perspective projection. The first three columns correspond to the 3x3 matrix resulting form the product of the three rotation matrices (about each axis). The last column is simply the eyepoint vector <0,0,d>. You'll need to adjust the 15 so that the distance d is larger than the distance from the center of the viewing box to the corner farthest from the center of the viewing box (similarly for the 16*15 value). Edit: If you need help writing your own program, just post on the forums here and I'm sure someone will help. I've been thinking about creating a 3D parametric plot app but am already buried deep in other projects (also 3D related). Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Plotting curve f(x,y,z) with HP Prime - kilkenny - 11-15-2014, 06:46 PM
RE: Plotting curve f(x,y,z) with HP Prime - mbeddo - 11-20-2014, 07:14 AM
RE: Plotting curve f(x,y,z) with HP Prime - Han - 11-20-2014 07:59 AM
RE: Plotting curve f(x,y,z) with HP Prime - MagicMachine2 - 05-25-2018, 11:51 PM
|
User(s) browsing this thread: 1 Guest(s)