disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Vec2

Base class: _BlipValue

Properties

maxComponent : float (Read-Only)

minComponent : float (Read-Only)

x : float

y : float

Constructors

__init__(self)

__init__(self, arg0: Vec2)

__init__(self, arg0: Int2)

__init__(self, arg0: Vec)

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

Methods

_initParams(s) -> Any

abs(self) -> Vec2

angle(self) -> float

aspect(self) -> float

dot(self, arg0: Vec2) -> float

length(self) -> float

normalise(self) -> Vec2

restrict(self, arg0: Vec2, arg1: Vec2) -> Vec2

rotate(self, arg0: float) -> Vec2

round(self, arg0: float) -> Vec2

vmax(self, arg0: Vec2) -> Vec2

vmin(self, arg0: Vec2) -> Vec2

Special Methods

__add__(self, arg0: Vec2) -> Vec2

__div__(self, other) -> Any

__eq__(self, arg0: Vec2) -> bool

__getitem__(s, key) -> Any

__len__(s) -> Any

__mul__(self, other) -> Any

__ne__(self, arg0: Vec2) -> bool

__neg__(self) -> Any

__rdiv__(self, other) -> Any

__repr__(self) -> Any

__rmul__(self, other) -> Any

__str__(self) -> Any

__sub__(self, arg0: Vec2) -> Vec2