POV-Ray : Newsgroups : povray.general : Convert 313 Cartesian Euler Angles to POV-Ray Coordinates : Re: Convert 313 Cartesian Euler Angles to POV-Ray Coordinates Server Time
19 Apr 2024 00:26:01 EDT (-0400)
  Re: Convert 313 Cartesian Euler Angles to POV-Ray Coordinates  
From: kurtz le pirate
Date: 10 Sep 2022 02:02:40
Message: <631c2880$1@news.povray.org>
On 09/09/2022 16:24, LAP wrote:

> Given a rotation matrix in 3D Euclidean space:
> 
> | 00 01 02 |
> | 10 11 12 |
> | 20 21 22 |
> 
> What is the correct way of transforming this matrix so that it will rotate a
> POV-Ray object in the same way?

not sure, but from memory, POV'matrix is

 | a b c |     < a, b, c,            < a, d, g,
 | d e f | -->   d, e, f,  -- or -->   b, e, h,
 | g h i |       g, h, i,              c, f, i,
                 0, 0, 0 >             0, 0, 0,>



"transforms.inc" can also help you



-- 
Kurtz le pirate
Compagnie de la Banquise


Post a reply to this message

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