POV-Ray : Newsgroups : povray.general : Question : Re: Question Server Time
30 Jul 2024 00:29:20 EDT (-0400)
  Re: Question  
From: clipka
Date: 28 Apr 2010 12:28:14
Message: <4bd8621e$1@news.povray.org>
Am 28.04.2010 18:08, schrieb Anthony D. Baye:
> can anyone tell me why POV would tell me that<0,0,0>  -<0.000000, -0.000000,
> 0.000000>  =<-0.997459, 0.071239, 0.000000>?
>
> See my previous post for details.


#declare P = <0,0,0> - <0.000000, -0.000000, 0.000000>;
#debug concat(vstr(3,P,",",0,-1),"\n")

gives

0.000000,0.000000,0.000000

No problem there.


I guess your previous post contains /too many/ details to really make 
anyone want to dig through it.


Post a reply to this message

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