<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Verdana, Geneva, Arial, sans-serif; font-size: 14px; "><pre><span class="Apple-style-span" style="font-family: arial; white-space: normal; font-size: small; ">On Thu, Mar 4, 2010 at 8:56 AM, Ocean  Spring <span dir="ltr">&lt;<a href="mailto:meancity@gmail.com">meancity@gmail.com</a>&gt;</span> wrote:</span></pre>
</span><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Dear all,</div>
<div> </div>
<div>i am confused at the GetPoint1WorldPosition and GetPoint1DisplayPosition</div>
<div> </div>
<div>can someone enlighten me the difference btw world position and display position. under what circumstance, they play different roles?</div>
<div> </div>
<div>thank you</div>
<div> </div>
<div>regards</div>
<div> </div>
<div>O.S<br clear="all"></div><div><br></div></blockquote><div><br></div><div>In the documentation of vtkCoordinate (<a href="http://www.vtk.org/doc/nightly/html/classvtkCoordinate.html">http://www.vtk.org/doc/nightly/html/classvtkCoordinate.html</a>), there are some brief explanations:</div>
<div><br></div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Verdana, Geneva, Arial, sans-serif; font-size: 14px; "><pre>  DISPLAY -             x-y pixel values in window
  NORMALIZED DISPLAY -  x-y (0,1) normalized values
  VIEWPORT -            x-y pixel values in viewport
  NORMALIZED VIEWPORT - x-y (0,1) normalized value in viewport
  VIEW -                x-y-z (-1,1) values in camera coordinates. (z is depth)
  WORLD -               x-y-z global coordinate values
  USERDEFINED -         x-y-z in User defined space</pre><pre><br></pre></span>Thanks,<br><br><div>David </div></div><br>