POV-Ray : Newsgroups : povray.binaries.images : vrotate example from p.general : Re: vrotate example from p.general Server Time
29 Jul 2024 22:31:48 EDT (-0400)
  Re: vrotate example from p.general  
From: Anthony D  Baye
Date: 16 Aug 2013 19:55:01
Message: <web.520ebbb7286ea796328783aa0@news.povray.org>
Of course, saying that vrotate applies a pre-translation rotation is not exactly
correct either.

The effect is much simpler: when you do

translate vrotate(A, B)

vrotate calculates where A will end up after being rotated around the origin by
B.  It returns a vector which is then passed to translate.  So the effect is as
if you had simply translated the object from the origin to the new point.

Sorry for any confusion.

Regards,
A.D.B.


Post a reply to this message

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