Structure for storing reflector grids, area and normals. More...
Public Member Functions | |
| def | __init__ (self, x, y, z, nx, ny, nz, area) |
| Constructor. More... | |
Public Attributes | |
| x | |
| y | |
| z | |
| nx | |
| ny | |
| nz | |
| area | |
Structure for storing reflector grids, area and normals.
| def PyPO.PyPOTypes.reflGrids.__init__ | ( | self, | |
| x, | |||
| y, | |||
| z, | |||
| nx, | |||
| ny, | |||
| nz, | |||
| area | |||
| ) |
Constructor.
Takes grid points, normals and area elements and stores them.
| x | The x-components of the points making up the grid. |
| y | The y-components of the points making up the grid. |
| z | The z-components of the points making up the grid. |
| nx | The x-components of the normals to the grid. |
| ny | The y-components of the normals to the grid. |
| nz | The z-components of the normals to the grid. |
| area | The area elements of the grid. |