source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/qtfm/qk.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 365 bytes
Line 
1function q = qk
2% qk is one of the three quaternion operators.
3
4% Copyright © 2005 Stephen J. Sangwine and Nicolas Le Bihan.
5% See the file : Copyright.m for further details.
6
7q = quaternion(0, 0, 1);
8
9% Implementation note:  we could use k or K for this operator, but this
10% would be inconsistent with the other two, where the use of i/I or j/J
11% is not possible.
Note: See TracBrowser for help on using the repository browser.