PlaneSource class

Class that defines a plane source. A plane source is defined by an origin and two other points, which form the axes (X and Y).

The following are some of the methods available:


\begin{methoddesc}[PlaneSource]{setOrigin}{position}
Set the origin of the plane source.
\end{methoddesc}


\begin{methoddesc}[PlaneSource]{setPoint1}{position}
Set the first point from the origin of the plane source.
\end{methoddesc}


\begin{methoddesc}[PlaneSource]{setPoint2}{position}
Set the second point from the origin of the plane source.
\end{methoddesc}

esys@esscc.uq.edu.au