CubeSource class

Class that defines a cube source. The center of the cube source defines the point from which the cube is to be generated and the X, Y and Z lengths define the length of the cube from the center point. If X length is 3, then the X length to the left and right of the center point is 1.5 respectively.

The following are some of the methods available:


\begin{methoddesc}[CubeSource]{setCenter}{center}
Set the cube source center.
\end{methoddesc}


\begin{methoddesc}[CubeSource]{setXLength}{length}
Set the cube source length along the x-axis.
\end{methoddesc}


\begin{methoddesc}[CubeSource]{setYLength}{length}
Set the cube source length along the y-axis.
\end{methoddesc}


\begin{methoddesc}[CubeSource]{setZLength}{length}
Set the cube source length along the z-axis.
\end{methoddesc}

esys@esscc.uq.edu.au