<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
  </head>
  <body text="#003333" bgcolor="#FFFFFF">
    Hi<br>
    I am looking for a way to know if a generic known point (xyz) is
    visible in the current view.<br>
    I checked the object's functions but it seems there is nothing like:<br>
    <br>
    bool vtkCamera::IsInVisibleArea(double x, double y, double z);<br>
    <br>
    Am I wrong?<br>
    <br>
    <br>
    I understand that probably the rightest way to solve this problem is
    to start from something like:<br>
    vtkCamera::GetFrustumPlanes (double aspect, double planes[24])<br>
    and then compare the given point with the found planes to get if it
    is inside or outside.  But, with my low knowledge of this part of
    geometry, it looks quite difficult to continue.<br>
    <br>
    Any already available function that can help me on this problem?<br>
    <br>
    Thanks<br>
  </body>
</html>