POV-Ray : Newsgroups : povray.newusers : CSG Problems in drawing Arc : Re: CSG Problems in drawing Arc Server Time
2 Jun 2024 13:19:47 EDT (-0400)
  Re: CSG Problems in drawing Arc  
From: B  Gimeno
Date: 24 Oct 2012 15:10:01
Message: <web.50883cae1ba8ef45ae2fd8290@news.povray.org>
The "math.inc" standard include file provides a way for working with
trigonometric functions easilly.
Instead: sin(radians(X)), cos(radians(X)), etc...
Use: sind(X) or cosd() or tand() which works directly in *d*egrees.

B.Gimeno


Post a reply to this message

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