POV-Ray : Newsgroups : povray.advanced-users : Q: vcross & intersection of 2 planes : Q: vcross & intersection of 2 planes Server Time
30 Jul 2024 12:31:47 EDT (-0400)
  Q: vcross & intersection of 2 planes  
From: ingo
Date: 11 Aug 1999 16:30:30
Message: <37b1dd66@news.povray.org>
Trying to find a, unit long) vector parrallel to the intersection line of two
planes, and in an attempt to understand vcross, I did the following:

take 3 points: A, B, C.
N1= vnormalize(A-B)
N2= vnormalize(A-C)
Nx is the normal of a plane

L= vnormalize(vcross(N1,N2))

Is L the vector I'm looking for?
If not, how do I find the vector, and what is the meaning of vcross?

ingo
--
Met dank aan de muze met het glazen oog.


Post a reply to this message

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