Class that defines the orientation of planes.
|
|
__init__(self)
Initialise the transform object. |
|
|
|
vtkTransform
|
|
|
|
rotateX(self,
angle)
Rotate the plane along the x-axis. |
|
|
|
|
rotateY(self,
angle)
Rotate the plane along the y-axis. |
|
|
|
|
rotateZ(self,
angle)
Rotate the plane along the z-axis. |
|
|
|
|
setPlaneToXY(self,
offset=0)
Set the plane orthogonal to the z-axis. |
|
|
|
|
setPlaneToXZ(self,
offset=0)
Set the plane orthogonal to the y-axis. |
|
|
|
|
setPlaneToYZ(self,
offset=0)
Set the plane orthogonal to the x-axis. |
|
|
|
|
translate(self,
x_offset,
y_offset,
z_offset)
Translate the rendered object along the x, y and z-axes. |
|
|