POV-Ray : Newsgroups : povray.newusers : vaxis_rotate : Re: vaxis_rotate Server Time
5 Sep 2024 04:20:15 EDT (-0400)
  Re: vaxis_rotate  
From: TinCanMan
Date: 17 Jul 2002 13:01:31
Message: <3d35a2eb@news.povray.org>
> Okay, how about someone writes a nice vaxis_rotate_extra(A,B,C,D)
function
> where A is the point to rotate, around an axis defined by B and C, and D
being
> the amount. I suspect that this is what Rob B-B wanted....

#macro vaxis_rotate_extra(A,B,C,D)
  (B+vaxis_rotate(A-B,C-B,D))
#end

-tgq


Post a reply to this message

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