POV-Ray : Newsgroups : povray.advanced-users : Pov giving error when I use a matrix. I can't figure out why. : Re: Pov giving error when I use a matrix. I can't figure out why. Server Time
29 Jul 2024 18:16:07 EDT (-0400)
  Re: Pov giving error when I use a matrix. I can't figure out why.  
From: Dan Johnson
Date: 6 Jun 2001 06:57:39
Message: <3B1F5E81.187B259F@hotmail.com>
Michael Andrews wrote:
> 
> Dan,
> 
> >         matrix
> >         <QT+2*pow(Q1,2),2(Q1*Q2+Q0*Q3),2(Q1*Q3-Q0*Q2),
> >          2(Q1*Q2-Q0*Q3),QT+2*pow(Q2,2),2(Q2*Q3+Q0*Q1),
> >          2(Q1*Q3+Q0*Q2),2(Q2*Q3-Q0*Q1),QT+2*pow(Q3,2),
> >          0,0,0>
> 
> I think this should be
> 
> >         matrix
> >         <QT+2*pow(Q1,2),2*(Q1*Q2+Q0*Q3),2*(Q1*Q3-Q0*Q2),
> >          2*(Q1*Q2-Q0*Q3),QT+2*pow(Q2,2),2*(Q2*Q3+Q0*Q1),
> >          2*(Q1*Q3+Q0*Q2),2*(Q2*Q3-Q0*Q1),QT+2*pow(Q3,2),
> >          0,0,0>
> 
> right?
> 
> Bye,
>         Mike Andrews.

I didn't think that would make a difference, it does.  Problem solved,
thanks.
-- 
Dan Johnson 

http://www.geocities.com/zapob


Post a reply to this message

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