octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50466] makehgtform function missing


From: Peter Corke
Subject: [Octave-bug-tracker] [bug #50466] makehgtform function missing
Date: Sat, 15 Dec 2018 20:34:31 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15

Follow-up Comment #15, bug #50466 (project octave):

Here's the minimalist example

octave:8> hg=hgtransformhg = -27.983
octave:9> plot3([0 0 0; 1 0 0], [0 0 0; 0 1 0], [0 0 0; 0 0 1], 'parent', hg)

% the 3D plot is drawn perfectly
% now I apply  a rotation of pi/2 about the x-axis

octave:10> T=[1   0   0   0; 0   0  -1   0; 0   1   0   0; 0   0   0   1]
T =

   1   0   0   0
   0   0  -1   0
   0   1   0   0
   0   0   0   1

octave:11> set(hg, 'Matrix', T)

and the result is not correct, the lines are no longer orthogonal.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?50466>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]