Package esys :: Package pyvisi :: Module position :: Class GlobalPosition
[hide private]
[frames] | no frames]

Class GlobalPosition

Class that defines the global positioning (X, Y and Z) coordinate system (3D)

Instance Methods [hide private]
 
__init__(self, x_coor, y_coor, z_coor)
Initialise the global position.
Three column tuple containing numbers
_getGlobalPosition(self)
Return the global position.
Method Details [hide private]

__init__(self, x_coor, y_coor, z_coor)
(Constructor)

 

Initialise the global position.

Parameters:
  • x_coor (Number) - x coordinate
  • y_coor (Number) - y coordinate
  • z_coor (Number) - z coordinate

_getGlobalPosition(self)

 

Return the global position.

Returns: Three column tuple containing numbers
Tuple with the x, y and z coordinates