POV-Ray : Newsgroups : povray.general : please assist with function : Re: please assist with function Server Time
31 Jul 2024 06:13:26 EDT (-0400)
  Re: please assist with function  
From: Tim Attwood
Date: 1 Oct 2007 17:16:15
Message: <4701639f$1@news.povray.org>
This is a built in vector function vaxis_rotate in POV,
though the parameter order is different.

#declare A = <1,0,0>;
#declare B = <0,1,0>;
#declare M = vaxis_rotate(A,B,<0,90,0>);


Post a reply to this message

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