Topic awaiting preservation: Math: Help with Ellipsoid (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: |
posted 02-21-2005 16:15
Stuff from here: |
Paranoid (IV) Inmate From: France |
posted 02-21-2005 16:32
Why not simply injecting your x, y, z in the equation : code: x^2 y^2 z^2 If the result is 1 the point is on the surface of the ellipsoid, if it's > 1 the point is outside, finally if it's > 1 the point is inside. code: A * x^2 + B * y^2 + C * z^2 = 1
|
Maniac (V) Mad Scientist From: |
posted 02-21-2005 16:54
Excellant, poi. |
Paranoid (IV) Inmate From: France |
posted 02-21-2005 17:42
quote: I'm tempted to say yes. But I'm quite rusty too, so I can't exactly proove it. |
Maniac (V) Mad Scientist From: |
posted 02-21-2005 18:38
Maybe we should start a support group. |
Maniac (V) Mad Scientist From: |
posted 02-21-2005 19:25
code: testDist=(((dR-R)^2)/(aa^2))+(((dG-G)^2)/(bb^2))+( ((dB-B)^2)/(cc^2));
|
Paranoid (IV) Inmate From: France |
posted 02-21-2005 19:44 |
Maniac (V) Mad Scientist From: |
posted 02-21-2005 19:58
Odd. |