disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Int2

Base class: _BlipValue

Properties

maxComponent : int (Read-Only)

minComponent : int (Read-Only)

x : int

y : int

Constructors

__init__(self)

__init__(self, arg0: Int2)

__init__(self, v: Vec2)

__init__(self, arg0: int, arg1: int)

Methods

_initParams(s) -> Any

anyLargerThan(self, v: Int2) -> bool

anySmallerThan(self, v: Int2) -> bool

area(self) -> int

aspect(self) -> float

length(self) -> float

restrict(self, a: Int2, b: Int2) -> Int2

vmax(self, o: Int2) -> Int2

vmin(self, o: Int2) -> Int2

Special Methods

__add__(self, arg0: Int2) -> Int2

__eq__(self, arg0: Int2) -> bool

__getitem__(s, key) -> Any

__len__(s) -> Any

__mul__(self, v) -> Any

__ne__(self, arg0: Int2) -> bool

__neg__(self) -> Any

__repr__(self) -> Any

__rmul__(self, v) -> Any

__str__(self) -> Any

__sub__(self, arg0: Int2) -> Int2