| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Module camera :: Class Camera |
|
object--+ |Item--+ | Camera
| Method Summary | |
|---|---|
Initialisation of the Camera object | |
Get the azimuthal angle (in degrees) of the Camera | |
Gets the elevation angle (in degrees) of the Camera | |
Get the position of the focal point of the Camera | |
Get the position of Camera within Scene | |
Set the azimuthal angle (in degrees) of the Camera | |
Set the elevation angle (in degrees) of the Camera | |
Sets the focal point of the Camera with the Scene | |
Set position of camera within scene | |
| Inherited from Item | |
Render the object | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self,
scene)
Initialisation of the Camera object
|
getAzimuth(self)Get the azimuthal angle (in degrees) of the Camera |
getElevation(self)Gets the elevation angle (in degrees) of the Camera |
getFocalPoint(self)Get the position of the focal point of the Camera Returns the position of the focal point in a tuple of form (xPos, yPos, zPos) |
getPosition(self)Get the position of Camera within Scene Returns the position in a tuple of form (xPos, yPos, zPos) |
setAzimuth(self, azimuth)Set the azimuthal angle (in degrees) of the Camera
|
setElevation(self, elevation)Set the elevation angle (in degrees) of the Camera
|
setFocalPoint(self, *pos)Sets the focal point of the Camera with the Scene
|
setPosition(self, *pos)Set position of camera within scene
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:23 2006 | http://epydoc.sf.net |