Module vrInterpolator :: Class vrTranslationSlide
[frames] | no frames]

Class vrTranslationSlide

 object --+        
          |        
??.instance --+    
              |    
        vrSlide --+
                  |
                 vrTranslationSlide

Instance Methods
 
__init__(node, x1, y1, z1, x2, y2, z2, duration)
The constructor of the vrTranslationSlide class.

Inherited from vrSlide: __reduce__, getDuration, setDuration

Inherited from unreachable.instance: __new__

Class Variables

Inherited from vrSlide: __instance_size__

Method Details

__init__(node, x1, y1, z1, x2, y2, z2, duration)
(Constructor)

 

The constructor of the vrTranslationSlide class.

Parameters:
  • node (vrNodePtr) - The node.
  • x1 (float) - The starting x coordinate.
  • y1 (float) - The starting y coordinate.
  • z1 (float) - The starting z coordinate.
  • x2 (float) - The ending x coordinate.
  • y2 (float) - The ending y coordinate.
  • z2 (float) - The ending z coordinate.
  • duration (float (64bit)) - The time in seconds.
Overrides: vrSlide.__init__