| | Re: Math Problem Again
|
| (...) Hey! cool! where was this info when I wrote my calculator program? It would have made it alot easier. The calculator grew into a slightly different purpose though. it was for helping determine where to trim lines and quads at intersection (...) (21 years ago, 14-Nov-03, to lugnet.cad.dev)
| | | | Re: Math Problem Again
|
| (...) Yes, I saw that, too. (...) Thanks for the offer, but I have already made a working spreadsheet. :) Now, all I have to do is try to automate it with some VBS. /Tore (21 years ago, 14-Nov-03, to lugnet.cad.dev)
| | | | calc_z4.c (Was: Math Problem Again)
|
| (...) Sorry guys, just wanted to store this function in a safer place than my hard drive. :) I just don't want to remake it again...! Feel free to copy/paste/edit/port if you need it! /Tore // calc_z4 by Tore Eriksson // credits to Ronan Webb for (...) (15 years ago, 22-Oct-09, to lugnet.cad.dev)
| | | | Re: calc_z4.c (Was: Math Problem Again)
|
| (...) You also need a touch of code to catch when c=0 so that z4 is undefined ;) Tim (15 years ago, 23-Oct-09, to lugnet.cad.dev)
| | | | Re: calc_z4.c (Was: Math Problem Again)
|
| In lugnet.cad.dev, Timothy Gould wrote: // calc_z4 by Tore Eriksson // credits to Ronan Webb for the superb formula double calc_z4(double x1,double y1,double z1, double x2,double y2,double z2, double x3,double y3,double z3, double x4,double y4) { (...) (15 years ago, 23-Oct-09, to lugnet.cad.dev)
| | | | Re: calc_z4.c (Was: Math Problem Again)
|
| (...) Actually, if the original triangle is (for example) in the Y-Z plane, then just passing in an x4 that's different from x1, x2, and x3 will result in a failure. The equivalent goes for an initial triangle in the X-Z plane. --Travis (15 years ago, 25-Oct-09, to lugnet.cad.dev)
| | | | Re: calc_z4.c (Was: Math Problem Again)
|
| (...) True, but such triangles will not be visible in the 2-D front view of the UI and therefor not clickable - unless the program is buggy. And if you can't click on them, the function never has to encounter data from them. Hopefully... /Tore (15 years ago, 26-Oct-09, to lugnet.cad.dev)
| |