<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Dec 18, 2014 at 9:06 AM, Vincent32160 <span dir="ltr"><<a href="mailto:vsh@magellium.fr" target="_blank">vsh@magellium.fr</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I put in the "-1"s because I reuse the matrix presented in your code<br>
(rotate.SetResliceAxesDirectionCosines(<br>
  -1, 0, 0,<br>
  0, -1, 0,<br>
  0, 0, 1 ) )<br>
Shouldn't I do this?</blockquote><div><br></div><div>No, this isn't something that should be blindly copied.  I added those -1's because</div><div>it set up the cylinder orientation properly for my data.  You have different data, so</div><div>you will probably need a different matrix.  Does that make sense?</div><div><br></div><div> - David <br></div></div></div></div>