comp.graphics.algorithms
Subject: Re: common point of two planes
Gino van den Bergen wrote:
>
> For X = (x, y, z), we have the following solution
>
> x = det[D N2 N3] / det[N1 N2 N3]
> y = det[N1 D N3] / det[N1 N2 N3]
> z = det[N1 N2 D] / det[N1 N2 N3]
>
Oops, this should be
x = det[D Ny Nz] / det[Nx Ny Nz]
y = det[Nx D Nz] / det[Nx Ny Nz]
z = det[Nx Ny D] / det[Nx Ny Nz]
Reply
View All Messages in comp.graphics.algorithms
path:
common point of two planes =>Re: common point of two planes =>Re: common point of two planes =>Re: common point of two planes =>
Replies:
Copyright © 2006 WatermarkFactory.com. All Rights Reserved.


