Class for making a real-vaLuad 3D object, used for Poynting vectors. More...
Public Member Functions | |
| def | __init__ (self, Prx, Pry, Prz) |
| Constructor. More... | |
Public Attributes | |
| x | |
| y | |
| z | |
Class for making a real-vaLuad 3D object, used for Poynting vectors.
| def PyPO.PyPOTypes.rfield.__init__ | ( | self, | |
| Prx, | |||
| Pry, | |||
| Prz | |||
| ) |
Constructor.
Takes Poynting components and assigns to member variables.
| Prx | Poynting x-component. |
| Pry | Poynting y-component. |
| Prz | Poynting z-component. |