POV-Ray : Newsgroups : povray.advanced-users : Calculating slope of a line : Re: Calculating slope of a line Server Time
1 Jul 2024 05:18:29 EDT (-0400)
  Re: Calculating slope of a line  
From: Le Forgeron
Date: 14 Mar 2010 08:19:30
Message: <4b9cd452$1@news.povray.org>
Le 14/03/2010 12:30, Kene nous fit lire :
> Answer from POV-Ray to the following math:
> 
> #local SL = 8 / 12;
> 
> is the number 1.
> 
> Is there another way to formulate this so POV-Ray can provide the right answer?
> 
> 

These are not the droids you are looking for:

#local SL = 8 / 12;
#debug concat(str(SL,0,0),"\n")
#debug concat(str(SL,8,8),"\n")


Post a reply to this message

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