EGSnrc C++ class library
Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
|
A projector into the y-plane. More...
#include <egs_projectors.h>
Public Member Functions | |
EGS_YProjector (const string &Type) | |
EGS_Float | operator* (const EGS_Vector &x) const |
EGS_Vector | operator* (EGS_Float t) const |
EGS_Float | length () const |
EGS_2DVector | getProjection (const EGS_Vector &x) const |
EGS_Float | distance (const EGS_Vector &x) const |
const string & | getType () const |
void | printInfo () const |
EGS_Vector | normal () const |
EGS_Vector | normal (const EGS_2DVector &x) const |
EGS_Vector | getPoint (const EGS_2DVector &x) const |
A projector into the y-plane.
For description of the various methods see the EGS_Projector documentation.
Definition at line 161 of file egs_projectors.h.