Double3DParam

Inherits Double2DParam

Synopsis

See DoubleParam for more information on this class.

Functions

  • def get ()

  • def get (frame)

  • def set (x, y, z)

  • def set (x, y, z, frame)

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

framefloat

Return 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
  • xfloat

  • yfloat

  • zfloat

  • framePySide.QtCore.int

Same as set(x,frame) but for 3-dimensional doubles.

NatronEngine.Double3DParam.set(x, y, z)
Parameters
  • xfloat

  • yfloat

  • zfloat

Same as set(x) but for 3-dimensional doubles.