Subscribe to:
Post Comments (Atom)
Notebooks
illuminate.google.com notebooklm.google.com
-
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...
-
Use 'Disk Utility' application to format the USB drive in MS-DOS (FAT) format Download the windows ISO file from the Windows websit...
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