POV-Ray : Newsgroups : povray.text.scene-files : L*C*h(uv) functions : Re: L*C*h(uv) functions Server Time
2 May 2024 09:22:00 EDT (-0400)
  Re: L*C*h(uv) functions  
From: clipka
Date: 22 Nov 2016 02:44:13
Message: <5833f74d@news.povray.org>
Am 22.11.2016 um 08:33 schrieb Mike Horvath:

>>     convertLCH2RGB_R(y*200-100,sqrt(x*x+z*z)*100,atan2(x/z)*pi/180)

> THANK YOU!!
> 
> However atan2 requires two parameters and your math only has one.

Sorry, try atan2(x,z).


Post a reply to this message

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