Public Member Functions | |
def | __init__ |
def | apply |
def | applyInverse |
def | applyToScene |
Public Attributes | |
value |
Definition at line 5 of file toyexample.py.
def toyexample.Transformation.__init__ | ( | self, | |
value | |||
) |
Definition at line 6 of file toyexample.py.
def toyexample.Transformation.apply | ( | self, | |
image, | |||
value = None |
|||
) |
Apply transformation to a image, i.e. shift the entire image
Definition at line 9 of file toyexample.py.
def toyexample.Transformation.applyInverse | ( | self, | |
image | |||
) |
Definition at line 25 of file toyexample.py.
def toyexample.Transformation.applyToScene | ( | self, | |
scene, | |||
obj_id | |||
) |
Apply transformation to a scene, i.e. move one object
Definition at line 28 of file toyexample.py.
Definition at line 6 of file toyexample.py.