POV-Ray : Newsgroups : povray.advanced-users : For the math minded people : Re: For the math minded people Server Time
30 Jul 2024 00:25:47 EDT (-0400)
  Re: For the math minded people  
From: Ron Parker
Date: 10 Jul 2000 17:14:04
Message: <slrn8mkfvh.po3.ron.parker@linux.parkerr.fwi.com>
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.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.