~ubuntu-branches/ubuntu/trusty/octave-quaternion/trusty-proposed

« back to all changes in this revision

Viewing changes to inst/rot2q.m

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot, Sébastien Villemot, Thomas Weber
  • Date: 2013-11-06 14:44:29 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131106144429-1286885ymo2ldcp4
Tags: 2.0.3-1
[ Sébastien Villemot ]
* Imported Upstream version 2.0.3
* debian/copyright: reflect upstream changes.
* Bump Standards-Version to 3.9.5, no changes needed.

[ Thomas Weber ]
* debian/control: Use canonical URLs in Vcs-* fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  d = cos (theta / 2);
93
93
  q = quaternion (d, vv(1), vv(2), vv(3));
94
94
 
95
 
endfunction
 
 
b'\\ No newline at end of file'
 
95
endfunction