POV-Ray : Newsgroups : povray.general : Koordinates Baking part2 : Re: Koordinates Baking part2 Server Time
31 Jul 2024 00:26:19 EDT (-0400)
  Re: Koordinates Baking part2  
From: H  Karsten
Date: 6 Mar 2008 05:10:01
Message: <web.47cfc28f8969e9b3cdff2f210@news.povray.org>
"Tim Attwood" <tim### [at] comcastnet> wrote:

> #local Point = <0.5,0.5,0>; // some point
> #local CenterPoint = <1,2,3>; // center to rotate around
> #local Rotation = <10,20,30>; // rotation angles
> #local ResultPoint =  vrotate(Point-CenterPoint,Rotation)+CenterPoint;

This helps!!
Thanx man!!


Post a reply to this message

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