The Dink Network

Reply to Re: FInally! results! - Here Ya' Go

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
November 12th 2002, 03:26 PM
stonegiant.gif
: : does this look right?

: : distance between any two points = sqrt((x-x1)^2 * (y-y1)^2 * (z-z1)^2)

: I'm not sure if your algorithm would work, but your equation is wrong (or at least you typed it wrong). Distance between any two points should be sqrt((x-x1)^2 + (y-y1)^2 + (z-z1)^2).

Ahuh!! thats where i was going wrong...

And redink, i trusted the python imaging library... does anyone have a list of colors in RGB format which the palette allows?? i need them in raw format, see?