POV-Ray : Newsgroups : povray.off-topic : More math fail : Re: More math fail Server Time
4 Sep 2024 13:20:22 EDT (-0400)
  Re: More math fail  
From: andrel
Date: 17 Jan 2010 16:33:17
Message: <4B53821D.2090000@hotmail.com>
On 17-1-2010 21:42, Orchid XP v8 wrote:
> All these years, I thought the correct way to compute the cross product 
> of two vectors is
> 
>   x3 = y1 z2 - z1 y2
>   y3 = x1 z2 - z1 x2
>   z3 = x1 y2 - y1 x2
> 
> But, apparently, I was wrong. The correct way is in fact
> 
>   x3 = y1 z2 - z1 y2
>   y3 = z1 x2 - x1 z2
>   z3 = x1 y2 - y1 x2
> 

You should have caught that based on symmetry.


Post a reply to this message

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