On 10 Jul 2000 17:09:38 -0400, Warp wrote:
> Come on, it's povray. There's the easy way:>>vlength(<2,3,4>-<7-8,3>)
#macro DistanceBetweenPoints( A, B )
vlength(<0,0,0>+A-B)
#end
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.