SLICE_VOL Function

Returns a 2D array containing a slice from a 3D volumetric array.

Usage

Input Parameters


TIP: For better results, first use VOL_PAD to preprocess the volume.

cut_plane(0, 0) The plane's angle of rotation about the x-axis.
cut_plane(1, 0) The plane's angle of rotation about the y-axis.
cut_plane(2, 0) Ignored.
cut_plane(0, 1) The x-coordinate of the center of the plane.
cut_plane(1, 1) The y-coordinate of the center of the plane.
cut_plane(2, 1) The z-coordinate of the center of the plane.


NOTE: The slicing plane is rotated first about the y-axis, and then about the x-axis.

Returned Value

Keywords

Discussion

Example

See Also





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.