|
distance
|
distance ( u, v )
|
|
place_markers_on_atoms
|
place_markers_on_atoms ()
|
|
data_plane_spacing
|
data_plane_spacing ( data_region )
|
|
linear_combination
|
linear_combination (
a,
u,
b,
v,
)
Return vector au + bv where a, b are scalars.
|
|
transform_coordinates
|
transform_coordinates (
from_xyz,
from_transform,
to_transform,
)
|
|
visible_data_components
|
visible_data_components ( data_region )
|
|
place_marker_at_mouse
|
place_marker_at_mouse ()
|
|
screen_axes
|
screen_axes ( xyz, object_xform )
Return vx, vy, and vz screen vectors in object coordinates.
The vx vector is scaled so that one screen pixel displacement in x is
equivalent to an object coordinate displacement vx at the given xyz
position. The vy vector is scaled likewise. The vz vector length
is set to equal the vy vector length.
|
|
volume_path_dialog
|
volume_path_dialog ( create=None )
|
|
slice_data_values
|
slice_data_values (
data_region,
xyz_in,
xyz_out,
)
|
|
linear_combination_3
|
linear_combination_3 (
a,
u,
b,
v,
c,
w,
)
Return vector au + bv + c*w where a, b, c are scalars.
|
|
pixel_size_at_midplane
|
pixel_size_at_midplane ()
|
|
place_marker
|
place_marker ( xyz )
|
|
line_vrml
|
line_vrml (
xyz_1,
xyz_2,
rgba,
)
Return VRML for a line connecting two points.
|
|
apply_xform
|
apply_xform ( xform, xyz )
|
|
close_model
|
close_model ( m )
Check if model already deleted before trying to close.
|
|
selected_markers
|
selected_markers ()
|
|
show_volume_path_dialog
|
show_volume_path_dialog ()
|
|
clip_plane_spacing
|
clip_plane_spacing ()
|
|