(42S) 3D Vector Functions - Convert, operate, and rotate vectors - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (42S) 3D Vector Functions - Convert, operate, and rotate vectors (/thread-11866.html) |
(42S) 3D Vector Functions - Convert, operate, and rotate vectors - morex - 11-28-2018 07:28 PM Hello. I'm here again, coming back after several years. This time I want to share this new program I made. There are functions to: • Entering and assembling 3D vectors from cartesian, cylindrical or spherical form. • Showing vectors in cartesian, cylindrical or spherical form, without altering the stack. • Taking apart vectors to cartesian, cylindrical or spherical components. • Performing calculations with vectors with built in functions as DOT, CROSS, UVEC, Multiplication, TRANS, etc. • Performing calculations with vectors with new functions as VABS (magnitude of a vector) and Rot3D (rotation matrix). Regards. Guillermo Castarés RE: (42S) 3D Vector Functions - Convert, operate, and rotate vectors - DM48 - 09-29-2022 10:59 PM Thanks! I am going to give it a try! |