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