Set global world parameters for PyPO. More...
Variables | |
| PyPO.WorldParam.ORIGIN () = np.zeros(3) | |
| Set origin of co-ordinate system. | |
| PyPO.WorldParam.XAX () = np.array([1, 0, 0]) | |
| Set x-axis of co-ordinate system. | |
| PyPO.WorldParam.YAX () = np.array([0, 1, 0]) | |
| Set y-axis of co-ordinate system. | |
| PyPO.WorldParam.ZAX () = np.array([0, 0, 1]) | |
| Set z-axis of co-ordinate system. | |
| PyPO.WorldParam.IAX () = ZAX | |
| Set reference axis of co-ordinate system. More... | |
| PyPO.WorldParam.INITM () = np.eye(4) | |
| Set initial transformation matrix of object. More... | |
Set global world parameters for PyPO.
| def PyPO.WorldParam.IAX | ( | ) | = ZAX |
Set reference axis of co-ordinate system.
Used as standard direction in PyPO.
| def PyPO.WorldParam.INITM | ( | ) | = np.eye(4) |
Set initial transformation matrix of object.
Defaults to 4x4 identity matrix.