Subscribe to:
Post Comments (Atom)
-
To install pngwrite we need to install to helper library before we install pngwriter. 1. libpng 2. freetype2 We can use fink or macport to i...
-
Parsing and displaying dates and times is often complicated because of formatting and locale issues. Java 2 Platform, Standard Edition (J2S...
1 comment:
Each point [a;b;c] in camera coordinate will be multiplied by the rotation matrix to get the coordinate in wc.
What the multiplication actually does is-it gets the linear combination of a,b,c with each n1_x, n2_x, n3_x to get the new a_wc in world coordinate. It finds the other two b_wc, c_wc in a similar linear combination.
Post a Comment