Double3DParam
Inherits Double2DParam
Synopsis
See DoubleParam for more information on this class.
Functions
Member functions description
- NatronEngine.Double3DParam.get()
- Return type:
Returns a Double3DTuple with the [x,y,z] values for this parameter at the current timeline’s time.
- NatronEngine.Double3DParam.get(frame)
- Parameters:
frame –
float- Return type:
Returns a Double3DTuple with the [x,y,z] values for this parameter at the given frame.
- NatronEngine.Double3DParam.set(x, y, z, frame)
- Parameters:
x –
floaty –
floatz –
floatframe –
PySide.QtCore.int
Same as set(x,frame) but for 3-dimensional doubles.
- NatronEngine.Double3DParam.set(x, y, z)
- Parameters:
x –
floaty –
floatz –
float
Same as set(x) but for 3-dimensional doubles.