Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 628 Bytes

File metadata and controls

34 lines (20 loc) · 628 Bytes

NatronEngine

Int3DTuple

Synopsis

Utility class to return pair of integers values.

Functions

  • def __getitem__<NatronEngine.Int3DTuple.__getitem__> (index)

Detailed Description

NatronEngine.Int3DTuple.x

NatronEngine.Int3DTuple.y

NatronEngine.Int3DTuple.z

NatronEngine.Int3DTuple.__getitem__(index)

param index

PySide.QtCore.int

rtype

PyObject

Returns the item at the given index. This is the bracket operator []