Group: comp.unix.programmer · Group Profile · Search for Rwind in comp.unix.programmer
Author: Bin Chen
Date: Jun 11, 2007 16:03
I have a plane in 3d space. For each point (x,y,z) on the plane, I need a transformation to the fitted plane so that the new coordinates would be (x'=f(x,y,z), y'=g(x,y,z) z'=0), i.e transformation to plane co-ordinates. I found a few algorithms that uses camera view point, cutting plane, projection plane, which address a more generic condition. I would be happy if i could get an algorithm
|