Standard Library routine that returns a 3D volume of datatransformed by a 4-by-4 matrix.
dim A scalar value specifying the x, y, and z dimensions of the transformed volume to return. Normally, dim is the largest of the three dimensions of the original volume. Generally, the original volume should "fit" inside the transformed volume.
trans The 4-by-4 transformation matrix to use for the transformation. trans is often the system viewing transformation matrix !P.T. (For more information, see Geometric Transformations in Chapter 6 of the PV-WAVE User's Guide.
For another example, see the
vol_demo4
demonstration program in:
wavedir/demo/arl
wavedir:[DEMO.ARL]
wavedir\demo\arl
wavedir
is the main PV-WAVE directory.