disguise developers

Designer Plugins

Plugins for Disguise Designer software.

VecD

3D vector of double precision values.

A direct copy of Vec, except for replacing ‘float’ with ‘double’.

Base class: _BlipValue

Properties

maxComponent : float (Read-Only)

minComponent : float (Read-Only)

x : float

y : float

z : float

Constructors

__init__(self)

__init__(self, _x: float, _y: float)

__init__(self, _x: float, _y: float, _z: float)

__init__(self, v: Vec2)

__init__(self, v: Vec)

__init__(self, v: VecD)

Methods

angles(self) -> VecD

cross(self, v: VecD) -> VecD

dot(self, v: VecD) -> float

length(self) -> float

normalise(self) -> VecD

round(self, v: VecD) -> VecD

Special Methods

__add__(self, arg0: VecD) -> VecD

__div__(self, arg0: VecD) -> VecD

__eq__(self, arg0: VecD) -> bool

__mul__(self, arg0: VecD) -> VecD

__ne__(self, arg0: VecD) -> bool

__sub__(self, arg0: VecD) -> VecD