Structure for storing ray-trace frames.
More...
|
| def | __init__ (self, size, x, y, z, dx, dy, dz) |
| | Constructor. More...
|
| |
| def | setMeta (self, pos, ori, transf) |
| | Set frame metadata. More...
|
| |
|
|
| size |
| |
|
| x |
| |
|
| y |
| |
|
| z |
| |
|
| dx |
| |
|
| dy |
| |
|
| dz |
| |
|
| snapshots |
| |
|
| pos |
| |
|
| ori |
| |
|
| transf |
| |
Structure for storing ray-trace frames.
◆ __init__()
| def PyPO.PyPOTypes.frame.__init__ |
( |
|
self, |
|
|
|
size, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
dx, |
|
|
|
dy, |
|
|
|
dz |
|
) |
| |
Constructor.
Takes frame points and directions and stores them.
- Parameters
-
| size | Number of rays in frame. |
| x | The x-components of the rays in the frame. |
| y | The y-components of the rays in the frame. |
| z | The z-components of the rays in the frame. |
| dx | The x-components of the direction of the rays in the frame. |
| dy | The y-components of the direction of the rays in the frame. |
| dz | The z-components of the direction of the rays in the frame. |
◆ setMeta()
| def PyPO.PyPOTypes.frame.setMeta |
( |
|
self, |
|
|
|
pos, |
|
|
|
ori, |
|
|
|
transf |
|
) |
| |
Set frame metadata.
- Parameters
-
| pos | Co-ordinate of reference point of frame.. |
| ori | Reference orientation of frame. |
| transf | Transformation matrix for the frame. |
The documentation for this class was generated from the following file: