POV-Ray : Newsgroups : povray.general : Plane going through three points : Re: Plane going through three points Server Time
3 Aug 2024 16:18:45 EDT (-0400)
  Re: Plane going through three points  
From: Tor Olav Kristensen
Date: 20 Dec 2003 12:19:00
Message: <3fe48484@news.povray.org>
"Pascal" <net### [at] freesurffr> wrote in news:3fe45a84$1@news.povray.org:

...

> plane {
>         vcross(B-A,C-A)
>         vdot(A,vnormalize(vcross(B-A,C-A)))
...
> }



Or just:


plane {
  vcross(B - A, C - A), 0
  translate A
...
}


Tor Olav


Post a reply to this message

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