disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Vec

Base class: _BlipValue

Properties

maxComponent : float (Read-Only)

minComponent : float (Read-Only)

x : float

y : float

z : float

Constructors

__init__(self)

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

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

__init__(self, arg0: Vec2)

__init__(self, arg0: Vec)

Methods

_initParams(s) -> Any

angles(self) -> Vec

cross(self, arg0: Vec) -> Vec

dot(self, arg0: Vec) -> float

length(self) -> float

modulo(self, arg0: Vec) -> Vec

normalise(self) -> Vec

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

round(self, arg0: Vec) -> Vec

vmax(self, arg0: Vec) -> Vec

vmin(self, arg0: Vec) -> Vec

Special Methods

__add__(self, arg0: Vec) -> Vec

__div__(self, other) -> Any

__eq__(self, arg0: Vec) -> bool

__getitem__(s, key) -> Any

__len__(s) -> Any

__mul__(self, other) -> Any

__ne__(self, arg0: Vec) -> bool

__neg__(self) -> Any

__rdiv__(self, other) -> Any

__repr__(self) -> Any

__rmul__(self, other) -> Any

__str__(self) -> Any

__sub__(self, arg0: Vec) -> Vec