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: Rik
Subject: [Octave-bug-tracker] [bug #50466] makehgtform function missing
Date: Mon, 10 Dec 2018 14:30:58 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

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

We haven't announced hgtransform because it is incomplete.  At the very least,
it needs to have the documentation finished.

For text objects, as I understand it, not only do the coordinates of the text
object have to change, but so does the "rotation" property.  Since Octave is
not doing that, it issues a warning.

Can you provide the source code for the transform which isn't working?

A simple test of a rotation seems okay.


clf
hl = line ();
ht = hgtransform ();
set (hl, 'parent', ht);
xfrm = get (ht, 'matrix')
xfrm(1:2,1:2) = [cos(pi/2), sin(pi/2); -sin(pi/2), cos(pi/2)]
set (ht, 'matrix', xfrm);




    _______________________________________________________

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]