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

Class vrScaleSlide

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

Instance Methods
 
__init__(node, x1, y1, z1, x2, y2, z2, duration)
The constructor of the vrScaleSlide 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 vrScaleSlide class.

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