Table of Contents

Module: slice VolumeViewer/slice.py

Functions   
box_intercepts
clip_plane_points
clip_segment_to_box
entry_point
eye_to_object_coordinates
inner_product
point_in_region
  box_intercepts 
box_intercepts (
        window_x,
        window_y,
        object_xform,
        box,
        )

Find points under the specified window position intersecting surface of a box. The box is specified as (xyz_min, xyz_max) in object coordinates. The returned points are in object coordinates.

  clip_plane_points 
clip_plane_points ( window_x,  window_y )

Find points on near and far clip planes under the specified window position. The returned points are in eye coordinates.

  clip_segment_to_box 
clip_segment_to_box (
        xyz_1,
        xyz_2,
        xyz_region,
        )

  entry_point 
entry_point (
        xyz_1,
        xyz_2,
        xyz_region,
        )

  eye_to_object_coordinates 
eye_to_object_coordinates ( xyz_eye,  object_xform )

Transform from eye to object coordinates

  inner_product 
inner_product ( u,  v )

  point_in_region 
point_in_region ( xyz,  xyz_region )


Table of Contents

This document was automatically generated on Wed Mar 26 19:02:42 2003 by HappyDoc version 2.1