How to calculate points distance to point?

Allright, i have 2 3d-points, and i’d like to know the distance between them. So how to calculate it?

Hi !

Have a look here:
http://freespace.virgin.net/hugo.elias/routines/r_dist.htm

Mikael

sqrt(sqr(x1-x2)+sqr(y1-y2)+sqr(z1-z2))